This commit is contained in:
邹宗楠
2022-10-19 16:05:55 +08:00
parent ac287d0d95
commit 6a323aea9a
5 changed files with 42 additions and 40 deletions

View File

@@ -450,7 +450,6 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
var skus []*dao.StoreSkuSyncInfo
if isFull {
skus, err = dao.GetFullStoreSkus(db, vendorID, storeID)
} else {
skus, err = dao.GetStoreSkus(db, vendorID, storeID, skuIDs)
}