This commit is contained in:
邹宗楠
2024-12-31 17:57:30 +08:00
parent 0eff558bf0
commit 446e9b3088
4 changed files with 28 additions and 8 deletions

View File

@@ -534,6 +534,10 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
skus, err = dao.GetStoreSkus(db, vendorID, storeID, skuIDs)
}
if storeID == 20002 {
globals.SugarLogger.Debugf("-----sku := %s", utils.Format4Output(skus, false))
}
if err != nil || len(skus) == 0 {
return err
}