This commit is contained in:
邹宗楠
2023-08-03 18:12:24 +08:00
parent 7bfbc34d8d
commit 4c2badb260
2 changed files with 8 additions and 7 deletions

View File

@@ -1744,7 +1744,6 @@ func UpdateStoresSkus(ctx *jxcontext.Context, causeFlag int, storeIDs []int, sku
}
} else {
flag, _ := doStoreSkuAudit(ctx, storeIDs, skuBindInfos)
globals.SugarLogger.Debugf("========falg := %s", utils.Format4Output(flag, false))
if !flag {
var num int64
db := dao.GetDB()