diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index 67b743656..5443a21e0 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -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) {