From 4d4c5d6b9dda2624ba4124bc07cf0719f0add79b 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, 18 Mar 2021 17:50:53 +0800 Subject: [PATCH] aa --- business/jxstore/cms/store.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index b280c63a1..5f8aa236e 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -1198,6 +1198,7 @@ func AddStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, vendorID int, vend if store != nil { storeMap.DeliveryType = store.DeliveryType storeMap.Status = store.Status + storeMap.VendorStoreName = store.Name } err = nil }