This commit is contained in:
苏尹岚
2020-11-27 17:08:26 +08:00
parent 21efbad32b
commit ad4d6fad08

View File

@@ -466,7 +466,9 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
var failedList []*partner.StoreSkuInfoWithErr
for _, sku := range skus {
if vendorID == model.VendorIDJDShop && storeID != model.JdShopMainStoreID && storeID != model.JdShopMainStoreID2 {
return
if sku.SkuSyncStatus >= model.SyncFlagNewMask {
sku.SkuSyncStatus = sku.SkuSyncStatus - model.SyncFlagNewMask
}
}
if !useVendorPriceDirectly &&
!isSkuLockTimeValid(sku) {