This commit is contained in:
邹宗楠
2024-11-26 16:52:50 +08:00
parent 886ce0db62
commit 57e474fbdd

View File

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