|
@@ -2260,6 +2260,8 @@ func (this *MobileReportController) ZouqiTradeList() {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
+ fllowMap := services.GetXzsChooseCategoryZhouqiMapByMobile(user.Mobile)
|
|
|
+
|
|
|
resp := new(models.TradeReportMappingResp)
|
|
|
var list []*models.TradeReportMapping
|
|
|
if len(listCategory) == 0 {
|
|
@@ -2270,6 +2272,7 @@ func (this *MobileReportController) ZouqiTradeList() {
|
|
|
item.CategoryId = v.CategoryId
|
|
|
item.MatchTypeName = v.MatchTypeName
|
|
|
item.UpdateTime = v.ArticleUpdateTime
|
|
|
+ item.IsFollow = fllowMap[item.CategoryId]
|
|
|
item.ListArticle = make([]*models.HomeArticle, 0)
|
|
|
list = append(list, item)
|
|
|
}
|