From 17f36d84595022500083472b1e1b8f31a5105cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 22 May 2020 09:13:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=91=E5=AE=9A=E4=BA=AC=E4=B8=9C=E4=B8=8A?= =?UTF-8?q?=E5=B1=82=E9=97=A8=E5=BA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/jdshop/store.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/partner/purchase/jdshop/store.go b/business/partner/purchase/jdshop/store.go index b3458fe49..d90e0a4b6 100644 --- a/business/partner/purchase/jdshop/store.go +++ b/business/partner/purchase/jdshop/store.go @@ -24,6 +24,7 @@ func (p *PurchaseHandler) ReadStore(ctx *jxcontext.Context, vendorOrgCode, vendo if result2 == nil { return storeDetail, fmt.Errorf("未查询到该平台门店,平台门店ID:[%v]", vendorStoreID) } + storeDetail = &dao.StoreDetail{} storeDetail.ID = utils.Str2Int(result2.ExStoreID) storeDetail.Name = result2.StoreName storeDetail.Address = result2.Address