@@ -163,6 +163,7 @@ class MatchListWeb extends Controller{
->where($where)
->where($timeWhere)
->get()->toArray();
+ if(empty($matchNum)) return $matchNum;
//赔率数据
$oddsCodeNum = $this->getOddsData($game_code,$models['model_odds'],$matchNum,$p_code,$type);