From 43a9e615fa5689227de33a403d615951b1dce186 Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 11 Feb 2020 13:33:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=882020-02-10=E7=BE=8E=E5=9B=A2?= =?UTF-8?q?=E8=A6=81=E6=B1=82=E4=B8=8B=E6=9E=B6=E6=89=80=E6=9C=89=E7=8C=AA?= =?UTF-8?q?=E8=82=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/sync_store_sku.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index 71837e16d..6e500557a 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -386,9 +386,9 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag } sku.MergedStatus = MergeSkuSaleStatusWithStoreOpTime(sku, storeDetail, now) // 2020-02-10美团要求下架所有猪肉 - if globals.IsMainProductEnv() && vendorID == model.VendorIDMTWM && meatCatMap[sku.NameCategoryID] { - sku.MergedStatus = model.SkuStatusDontSale - } + // if globals.IsMainProductEnv() && vendorID == model.VendorIDMTWM && meatCatMap[sku.NameCategoryID] { + // sku.MergedStatus = model.SkuStatusDontSale + // } var bareSku *partner.StoreSkuInfo isNeedReorder := false if isStoreSkuSyncNeedDelete(sku) {