From f0d95a4d94814fbd68c89e012e4fa10dfb2a2025 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Sun, 28 Jan 2024 17:13:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=87=AA=E5=8A=A8=E5=90=91?= =?UTF-8?q?=E5=B8=82=E7=BA=A7=E4=BE=9B=E5=BA=94=E9=93=BE=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/store/order/StoreProcessing.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controller/api/store/order/StoreProcessing.php b/app/controller/api/store/order/StoreProcessing.php index 7a197c02..e42bc538 100755 --- a/app/controller/api/store/order/StoreProcessing.php +++ b/app/controller/api/store/order/StoreProcessing.php @@ -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) {