浏览代码

Merge branch 'cygx_12.2' of http://8.136.199.33:3000/cxzhang/hongze_clpt into debug

xingzai 1 年之前
父节点
当前提交
379bdaec76
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      controllers/report.go

+ 3 - 0
controllers/report.go

@@ -590,6 +590,9 @@ func (this *MobileReportController) List() {
 			ImgUrlPc:    v.ImgUrlPc,
 			PublishDate: v.PublishDate,
 			Resource:    v.Resource,
+			Pv:          articleMapPv[v.ArticleId],
+			IsCollect:   articleCollectMap[v.ArticleId],
+			CollectNum:  articleCollectNumMap[v.ArticleId],
 		})
 	}
 	//lenList := len(list)