diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index def25b762..41589392c 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -163,6 +163,7 @@ type StoreInfo struct { BrandName string `json:"brandName"` //品牌名字 BrandLogo string `json:"brandLogo"` //品牌logo StoreWeeklyScore int `json:"storeWeeklyScore"` //店铺每周评分 + DeliverySelf int `json:"deliverySelf"` //自提 } //门店减免策略 @@ -6129,6 +6130,7 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis BrandName: brandInfos.Name, BrandLogo: brandInfos.Logo, StoreWeeklyScore: storeScore, + DeliverySelf: v.DeliverySelf, } storeInfos = append(storeInfos, storeInfo) //获取门店减免策略