This commit is contained in:
邹宗楠
2025-02-11 14:43:45 +08:00
parent 462c0c1a30
commit 8a1898cfae

View File

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