From ad4d6fad0886cd54accea8933ccee197778f47a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 27 Nov 2020 17:08:26 +0800 Subject: [PATCH] test --- business/jxstore/cms/sync_store_sku.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {