|
|
@@ -265,6 +265,7 @@ class Betorder extends BaseController{
|
|
|
'utime' => $this->time,
|
|
|
'is_rolling' =>$is_rolling,
|
|
|
'is_champion' => $is_champion?:0,//1 冠军投注 0普通赛事投注
|
|
|
+ 'order_id'=>$OrderID,//追加所属订单id
|
|
|
];
|
|
|
//插入数据源
|
|
|
$moneyBuyMatch = lm('MoneyBuyMatch','Api')->insert($matchData);
|
|
|
@@ -748,6 +749,7 @@ class Betorder extends BaseController{
|
|
|
'utime' => $this->time,
|
|
|
'bet_type'=>2,
|
|
|
'is_rolling'=>$is_rolling,
|
|
|
+ 'order_id'=> $orderID,
|
|
|
];
|
|
|
}
|
|
|
//写赔率数据表
|