|
|
@@ -52,13 +52,13 @@ class GetmatchData {
|
|
|
break;
|
|
|
case 'StSoon'://即将
|
|
|
$oddsTypeWhere = [
|
|
|
- [$models['model_odds'].'.is_morningplate','=',1],
|
|
|
+ [$models['model_odds'].'.is_stringscene','=',0],
|
|
|
];
|
|
|
$data = $this->getSoon($source,$models,$where,$lg_id,$ret,$search,$oddsTypeWhere);
|
|
|
break;
|
|
|
case 'StToday'://今日
|
|
|
$oddsTypeWhere = [
|
|
|
- [$models['model_odds'].'.is_today','=',1],
|
|
|
+ [$models['model_odds'].'.is_stringscene','=',0],
|
|
|
];
|
|
|
$data = $this->getToday($source,$models,$where,$lg_id,$search,$oddsTypeWhere);
|
|
|
break;
|
|
|
@@ -76,7 +76,7 @@ class GetmatchData {
|
|
|
}
|
|
|
}
|
|
|
$oddsTypeWhere = [
|
|
|
- [$models['model_odds'].'.is_morningplate','=',1],
|
|
|
+ [$models['model_odds'].'.is_stringscene','=',0],
|
|
|
];
|
|
|
$data = $this->getMorningPlate($source,$models,$where,$lg_id,$search,$match_date,$oddsTypeWhere,$ret['type_code'],$ret['game_code']);
|
|
|
break;
|