@@ -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'] = '';