diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index c74a559e9..3f80b3122 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -432,7 +432,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 { - sku.SkuSyncStatus = model.SyncFlagSaleMask + if sku.SkuSyncStatus != 0 { + sku.SkuSyncStatus = model.SyncFlagSaleMask + } } if !useVendorPriceDirectly && !isSkuLockTimeValid(sku) {