diff --git a/business/jxstore/partner/mt/union.go b/business/jxstore/partner/mt/union.go index bd2b9dc8f..414bb4ef9 100644 --- a/business/jxstore/partner/mt/union.go +++ b/business/jxstore/partner/mt/union.go @@ -46,6 +46,7 @@ func (s *UnionHandler) GetUnionActList(ctx *jxcontext.Context, actType int) (act Ratio: v.Ratio, ActSrc: v.ActSrc, Img: v.URL, + ActRule: v.ActRule, } if v.DateBound != "" { act.DateBegin = utils.Str2Time(v.DateBound[:strings.LastIndex(v.DateBound, "至")-1]) diff --git a/business/jxstore/partner/partner.go b/business/jxstore/partner/partner.go index 2935dc80c..41af9e940 100644 --- a/business/jxstore/partner/partner.go +++ b/business/jxstore/partner/partner.go @@ -43,6 +43,7 @@ type ActivityList struct { DateEnd time.Time `json:"dateEnd"` ActSrc string `json:"actSrc"` //物料? Img string `json:"img"` //活动图 + ActRule string `json:"actRule"` } type GoodsDetail struct {