|
|
@@ -789,6 +789,9 @@ where a.match_id = b.match_id and a.id = b.id ";
|
|
|
->distinct($st_competition.'.id')
|
|
|
->get()
|
|
|
->toarray();
|
|
|
+
|
|
|
+ //===获取当前赛事是否有赔率,如果没有则去除===
|
|
|
+ $data = $this->commonFunction->Handle_Odds_Null($data,$getModels);
|
|
|
$data = $this->division($data);
|
|
|
return $data;
|
|
|
} catch (\Exception $e) {
|