|
|
@@ -333,7 +333,7 @@ class Betorder extends BaseController{
|
|
|
$order['single_result'] = json_encode($json_single_result);
|
|
|
}
|
|
|
//如果是滚球投注,追加字段
|
|
|
- if($is_rolling == 1){
|
|
|
+ if($is_rolling == 1 and $game_code == 'zq'){
|
|
|
$order['roll_ratify'] = 2;//未审核滚球投注
|
|
|
}
|
|
|
$insert = lm("MoneyBuySimplex",'Api')->insert($order);
|