@@ -279,9 +279,11 @@ where a.match_id = b.match_id and a.id = b.id ";
}
+
//赔率数据
$oddsCodeNum = $this->getOddsData($game_code,$models['model_odds'],$match_ids,$lg_ids,$p_code,$type);
- if(empty($p_code)) {
+ if(empty($p_code) and $type != 'StRollBall') {
return $oddsCodeNum;