|
@@ -4082,7 +4082,7 @@ func (this *ReportController) ZhouqiTacticsList() {
|
|
articleMapPv := services.GetArticleHistoryByArticleId(articleIds) //文章Pv
|
|
articleMapPv := services.GetArticleHistoryByArticleId(articleIds) //文章Pv
|
|
articleCollectMap, _ := services.GetCygxArticleCollectMap(user.UserId) //用户收藏的文章
|
|
articleCollectMap, _ := services.GetCygxArticleCollectMap(user.UserId) //用户收藏的文章
|
|
articleCollectNumMap, _ := services.GetCygxArticleCollectNumMapByArtcileIds(articleIds) //文章收藏的数量
|
|
articleCollectNumMap, _ := services.GetCygxArticleCollectNumMapByArtcileIds(articleIds) //文章收藏的数量
|
|
-
|
|
|
|
|
|
+ resp.IsShowAbstract = true
|
|
listResp := make([]*models.HomeArticle, 0)
|
|
listResp := make([]*models.HomeArticle, 0)
|
|
for _, v := range listPublic {
|
|
for _, v := range listPublic {
|
|
item := new(models.HomeArticle)
|
|
item := new(models.HomeArticle)
|
|
@@ -4103,6 +4103,7 @@ func (this *ReportController) ZhouqiTacticsList() {
|
|
if v.ReportId > 0 {
|
|
if v.ReportId > 0 {
|
|
item.Resource = 3
|
|
item.Resource = 3
|
|
}
|
|
}
|
|
|
|
+ item.IsShowAbstract = resp.IsShowAbstract
|
|
listResp = append(listResp, item)
|
|
listResp = append(listResp, item)
|
|
}
|
|
}
|
|
if len(listResp) == 0 {
|
|
if len(listResp) == 0 {
|