From 71d91bb102403a591f5345a19059168c866bfeb1 Mon Sep 17 00:00:00 2001 From: gazebo Date: Sat, 3 Aug 2019 08:40:41 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=90=AF=E7=94=A8=E6=96=B0=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/sync.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/sync.go b/business/jxstore/cms/sync.go index ee11c0c48..d36879390 100644 --- a/business/jxstore/cms/sync.go +++ b/business/jxstore/cms/sync.go @@ -438,6 +438,7 @@ func (v *VendorSync) SyncStoresSkus(ctx *jxcontext.Context, db *dao.DaoDB, vendo } func isUseOldSyncLogic(storeMap *model.StoreMap) bool { + return false return globals.IsProductEnv() && storeMap.StoreID != 102652 // 绿城四季鲜店 }