|
|
@@ -601,6 +601,7 @@ where a.match_id = b.match_id and a.id = b.id ";
|
|
|
}
|
|
|
if($game_code == 'lq'){
|
|
|
$p_code = $DefaultOddsRoll['lq'];
|
|
|
+ $whereIn = ['coh','cog','tns','tnb','tbhb','tbhs','tbgb','tbgs'];
|
|
|
//$p_code = ['CO','TN','TB','C'];//让球 得分大小 得分单双 独赢盘
|
|
|
}
|
|
|
if($game_code == 'wq'){
|
|
|
@@ -611,7 +612,7 @@ where a.match_id = b.match_id and a.id = b.id ";
|
|
|
$p_code = $DefaultOddsRoll['bq'];
|
|
|
//$p_code = ['CO','TN','TS','C'];//让球 总得分大小 总得分单双 独赢盘
|
|
|
}
|
|
|
- $oddsData = ZQoddsModel::getOddsDataPC($model_odds,$select,$match_ids,$whereOr,$p_code,$game_code);
|
|
|
+ $oddsData = ZQoddsModel::getOddsDataPC($model_odds,$select,$match_ids,$whereOr,$p_code,$game_code,$whereIn);
|
|
|
return $oddsData;
|
|
|
}
|
|
|
$oddsData = ZQoddsModel::getOddsDataPC($model_odds,$select,$match_ids,$whereOr,'',$game_code);
|