From 5893d14d9ec8a452d0205f39ef2d3959dd2253c4 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, 21 May 2020 15:55:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=BB=BA=E8=AE=AE=E5=8F=91?= =?UTF-8?q?=E9=80=81=E5=86=85=E5=AE=B9=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/cms.go | 1 + business/jxstore/cms/store.go | 2 ++ 2 files changed, 3 insertions(+) diff --git a/business/jxstore/cms/cms.go b/business/jxstore/cms/cms.go index 534f22e75..6f93c4fe4 100644 --- a/business/jxstore/cms/cms.go +++ b/business/jxstore/cms/cms.go @@ -60,6 +60,7 @@ var ( // "石锋", // "x", "周扬", + "苏尹岚" }, } needConfirmRequestMap = map[string]int{ diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 9afec7727..9d72a623a 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -1176,6 +1176,7 @@ func AddStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, vendorID int, vend } } else if vendorID == model.VendorIDJDShop { if storeMap.VendorStoreID == "" { + fmt.Println("testadd") storeMap.SyncStatus = model.SyncFlagNewMask //京东商城要去建店 } else { if handler := CurVendorSync.GetStoreHandler(vendorID); handler != nil { @@ -1198,6 +1199,7 @@ func AddStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, vendorID int, vend if len(storeMapList) > 0 { _, err = CurVendorSync.SyncStore(ctx, db, storeMap.VendorID, storeID, false, userName) } else { + fmt.Println("testadd2") if err == nil { dao.WrapAddIDCULDEntity(storeMap, userName) if db == nil {