1
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user