From 5ce287fe0922a14da8eaf3f75c2110fafc9cda63 Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 30 Jul 2019 18:00:04 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=88=87=E6=8D=A2=E6=96=B0=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E9=80=BB=E8=BE=91=E6=B5=8B=E8=AF=95=E9=97=A8=E5=BA=97?= =?UTF-8?q?=E4=B8=BA102652?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/sync.go b/business/jxstore/cms/sync.go index ae502cfc3..809a56fc2 100644 --- a/business/jxstore/cms/sync.go +++ b/business/jxstore/cms/sync.go @@ -439,7 +439,7 @@ func (v *VendorSync) SyncStoresSkus(ctx *jxcontext.Context, db *dao.DaoDB, vendo } func isUseOldSyncLogic(storeMap *model.StoreMap) bool { - return globals.IsProductEnv() && storeMap.StoreID != 102023 // 沙湾店 + return globals.IsProductEnv() && storeMap.StoreID != 102652 // 绿城四季鲜店 } func (v *VendorSync) proxySyncStoreSku(ctx *jxcontext.Context, parentTask tasksch.ITask, storeMap *model.StoreMap, nameIDs, skuIDs []int, isAsync, isContinueWhenError bool) (hint string, err error) {