From 6856ef2f8ff4b0b529737d4c036402d4d5be7f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 4 Feb 2021 10:08:02 +0800 Subject: [PATCH] aa --- business/jxstore/cms/sync_store_sku.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index 5e341a628..4b92fdae5 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -549,10 +549,10 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag } if !isAdded2Update { if model.IsSyncStatusUpdate(sku.SkuSyncStatus) && singleStoreHandler == nil { // 正常就不应该进到这里 - if bareSku == nil { - bareSku = storeSkuSyncInfo2Bare(sku) - } - updateItems = append(updateItems, sku2Update(vendorID, sku, model.SyncFlagStockMask)) + // if bareSku == nil { + // bareSku = storeSkuSyncInfo2Bare(sku) + // } + // updateItems = append(updateItems, sku2Update(vendorID, sku, model.SyncFlagStockMask)) } if model.IsSyncStatusSale(sku.SkuSyncStatus) { if bareSku == nil {