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 }