From bc8baccc47d7bd2f147dac46756d64a7fffbd0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 21 Dec 2020 14:46:53 +0800 Subject: [PATCH] aa --- business/partner/delivery/fn/store.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business/partner/delivery/fn/store.go b/business/partner/delivery/fn/store.go index a7d8f816a..970c08454 100644 --- a/business/partner/delivery/fn/store.go +++ b/business/partner/delivery/fn/store.go @@ -7,6 +7,7 @@ import ( "git.rosy.net.cn/jx-callback/business/jxutils/jxcontext" "git.rosy.net.cn/jx-callback/business/model" "git.rosy.net.cn/jx-callback/business/model/dao" + "git.rosy.net.cn/jx-callback/globals" "git.rosy.net.cn/jx-callback/globals/api" ) @@ -39,7 +40,7 @@ func (c *DeliveryHandler) GetStore(ctx *jxcontext.Context, storeID int, vendorSt if err == nil { storeDetail = &dao.StoreDetail2{ Store: model.Store{ - Name: shopInfo.ChainStoreName, + Name: globals.StoreName + "-" + shopInfo.ChainStoreName, Tel1: shopInfo.ContactPhone, Address: shopInfo.Address, Lng: jxutils.StandardCoordinate2Int(utils.Str2Float64(shopInfo.Longitude)),