This commit is contained in:
邹宗楠
2023-11-01 14:42:47 +08:00
parent f91de85428
commit b0c1ff1023
3 changed files with 0 additions and 6 deletions

View File

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