浏览代码

Merge branch 'cygx_13.8' of http://8.136.199.33:3000/cxzhang/hongze_clpt into debug

xingzai 9 月之前
父节点
当前提交
a95f6ee760
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      controllers/report.go
  2. 1 0
      models/home.go

+ 1 - 0
controllers/report.go

@@ -2184,6 +2184,7 @@ func (this *MobileReportController) TacticsList() {
 	for _, v := range listPublic {
 		item := new(models.HomeArticle)
 		item.ArticleId = v.ArticleId
+		item.ReportId = v.ReportId
 		item.Title = v.Title
 		item.Annotation = v.Annotation
 		item.Abstract = v.Abstract

+ 1 - 0
models/home.go

@@ -48,6 +48,7 @@ type HomeArticle struct {
 	List            []*IndustrialManagementIdInt
 	IsCollect       bool `description:"本人是否收藏"`
 	CollectNum      int  `description:"收藏人数"`
+	ReportId        int  `description:"FICC研报ID"`
 }
 
 type ArticleListResp struct {