From 57e474fbdd96a7501e761853b2c52d473773da6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 26 Nov 2024 16:52:50 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/store_sku.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index a23442009..eb02c483f 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -1744,6 +1744,10 @@ func UpdateStoresSkus(ctx *jxcontext.Context, causeFlag int, storeIDs []int, sku } } else { flag, _ := doStoreSkuAudit(ctx, storeIDs, skuBindInfos) + if storeIDs[0] == 669149 { + globals.SugarLogger.Debugf("-------storeIDs %s", utils.Format4Output(storeIDs, false)) + globals.SugarLogger.Debugf("-------skuBindInfos %s", utils.Format4Output(skuBindInfos, false)) + } if !flag { var num int64 db := dao.GetDB()