浏览代码

处理 早盘赔率详情加载赛事列表异常

彭俊 6 年之前
父节点
当前提交
c7e0eb078b
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Application/Sports/Controller/MatchList.php

+ 4 - 0
Application/Sports/Controller/MatchList.php

@@ -583,7 +583,11 @@ where a.match_id = b.match_id and a.id = b.id ";
                     ->where($getState)
                     ->get()
                     ->toarray();
+
+                    //===获取当前赛事是否有赔率,如果没有则去除===
+                    $league = $this->commonFunction->Handle_Odds_Null($league,$models);
             }
+
             $list = array();
             foreach ($oddsData as $key=>$item){
                 $item['team'] = '';