更新自动向市级供应链创建订单判断

This commit is contained in:
mkm 2024-01-28 17:13:49 +08:00
parent fb5d12d93c
commit f0d95a4d94

View File

@ -26,6 +26,8 @@ class StoreProcessing extends BaseController
if (!$store_group_order_other) {
unset($store_group_order['group_order_id']);
$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();
if ($order['source'] == 103 ||$order['source'] == 105 && $select) {