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()