소스 검색

处理 首页跳转联赛下赛事数据异常

彭俊 6 년 전
부모
커밋
581db4c1d4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Biz/Match/GetOddsData.php

+ 2 - 0
Biz/Match/GetOddsData.php

@@ -47,6 +47,8 @@ class GetOddsData {
                     });
             })
             ->get()->toArray();
+        //===获取当前赛事是否有赔率,如果没有则去除===
+        $matchData = $this->commonFunction->Handle_Odds_Null($matchData,$models);
         if(empty($matchData))  throw new \Exception(Render([], '10004', lang('Tips','Sports')->get('PARAM_ERROR')));
 
         if(empty($matchData)){