Browse Source

异常处理

彭俊 6 years ago
parent
commit
ad0bdc776c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Application/Sports/Model/St_zq_odds.php

+ 1 - 1
Application/Sports/Model/St_zq_odds.php

@@ -69,7 +69,7 @@ class St_zq_odds extends Model
 
             return $oddsData;
         }
-        dd(11);
+        //其他
         $oddsData = lm($model_odds,"Sports")
             ->select($select)
             ->whereIn('match_id',$match_ids)