修改预订单追加商品
This commit is contained in:
parent
e3737176e4
commit
de912712ee
@ -103,7 +103,7 @@ class BeforehandOrderCartInfoLogic extends BaseLogic
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
(new BeforehandOrderCartInfo())->saveAll($datas);
|
(new BeforehandOrderCartInfo())->saveAll($datas);
|
||||||
if ($order['order_type'] == 7) {
|
if ($order['order_type'] == 7 || $order['order_type'] == 9) {
|
||||||
PurchaseProductOffer::insertAll($offer);
|
PurchaseProductOffer::insertAll($offer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user