From b8467503cb90e8d25c671121749c18538051c9ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 28 May 2020 16:21:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 90f51b043..c6b961318 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -4497,8 +4497,9 @@ func doStoreSkuAudit(ctx *jxcontext.Context, storeIDs []int, skuBindInfos []*Sto UnitPrice: skuBindInfo.UnitPrice, OriginUnitPrice: int(storeSkus[0].UnitPrice), } - dao.WrapAddIDCULEntity(storeSkuAudit, ctx.GetUserName()) + dao.WrapAddIDCULEntity(&storeSkuAudit, ctx.GetUserName()) err = dao.CreateEntity(db, storeSkuAudit) + return true, err } } return isAudit, err