From 6881e5823db85f3114dfeaeaf68511865c590130 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Mon, 24 Jun 2024 18:35:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/svc/order/svc_order_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/svc/order/svc_order_list.go b/app/admin/svc/order/svc_order_list.go index daff1f6..52f2bdf 100644 --- a/app/admin/svc/order/svc_order_list.go +++ b/app/admin/svc/order/svc_order_list.go @@ -1509,7 +1509,7 @@ func OrderAddSku(c *gin.Context) { Num: utils.StrToInt(v.Num), FirstNum: utils.StrToInt(v.Num), Price: skuPrice[v.SkuId], - EnterpriseId: utils.StrToInt(req.EnterpriseId), + EnterpriseId: order.EnterpriseId, State: 1, IsNew: 1, OrdNo: order.OrdNo,