更新自动向市级供应链创建订单判断
This commit is contained in:
parent
fb5d12d93c
commit
f0d95a4d94
@ -26,6 +26,8 @@ class StoreProcessing extends BaseController
|
|||||||
if (!$store_group_order_other) {
|
if (!$store_group_order_other) {
|
||||||
unset($store_group_order['group_order_id']);
|
unset($store_group_order['group_order_id']);
|
||||||
$group_order_id = Db::name('store_group_order_other')->strict(false)->insertGetId($store_group_order);
|
$group_order_id = Db::name('store_group_order_other')->strict(false)->insertGetId($store_group_order);
|
||||||
|
}else{
|
||||||
|
$group_order_id=$store_group_order_other['group_order_id'];
|
||||||
}
|
}
|
||||||
$select = Db::name('store_order_product')->where('order_id', $order['order_id'])->select();
|
$select = Db::name('store_order_product')->where('order_id', $order['order_id'])->select();
|
||||||
if ($order['source'] == 103 ||$order['source'] == 105 && $select) {
|
if ($order['source'] == 103 ||$order['source'] == 105 && $select) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user