|
|
@@ -1117,6 +1117,8 @@ class Betorder extends BaseController{
|
|
|
//订单号 比赛id188 开赛日期时间 比赛状态(早盘,今日,串场,滚球), 父级玩法, 子级玩法,排序
|
|
|
//赛事去重
|
|
|
$match_data_order = $this->commonFunction->array_unset_tt($match_data_order,'match_id');
|
|
|
+ sort($match_data_order);
|
|
|
+
|
|
|
$orderData_queue[] = [
|
|
|
'order_type'=>2,//订单类型 1单式 2串式
|
|
|
'order_id'=>$orderID,//订单ID
|