Browse Source

异常处理

彭俊 6 năm trước cách đây
mục cha
commit
98d9cf3062
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Application/Sports/Controller/MatchList.php

+ 1 - 1
Application/Sports/Controller/MatchList.php

@@ -526,7 +526,7 @@ class  MatchList extends Controller {
             $p_code =  $this->commonFunction->getOddsPcode($game_code);
 
             $oddsData = lm($model_odds, 'Sports')
-                ->select('sort','p_code','id','odds_only','odds_code',$model_odds.'.status','odds','condition','sort','source','utime')
+                ->select('sort','p_code','id','match_id','odds_only','odds_code',$model_odds.'.status','odds','condition','sort','source','utime')
                 ->where([$model_odds.'.match_id'=>$matchID,$model_odds.'.type'=>0])
                 ->where($where)
                 ->whereIn('p_code',$p_code)