Browse Source

no message

xingzai 2 years ago
parent
commit
c2ee0c95e0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      controllers/tactics.go

+ 4 - 0
controllers/tactics.go

@@ -161,6 +161,10 @@ func (this *TacticsController) List() {
 		if resp.MatchTypeName == "行业比较研究" || resp.MatchTypeName == "资金流向" {
 			list[i].Annotation = list[i].Abstract
 		}
+		//if item.ArticleId == 6881 {
+		//	fmt.Println(list[i].Annotation)
+		//}
+		list[i].Abstract, _ = services.GetReportContentTextSub(item.Abstract)
 	}
 
 	resp.CategoryImgUrlPc = mapChartPermission[detail.ChartPermissionName]