Browse Source

Merge branch 'cygx_fix_need_202209-06' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 2 years ago
parent
commit
436711fdad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/tactics.go

+ 1 - 1
controllers/tactics.go

@@ -154,7 +154,7 @@ func (this *TacticsController) List() {
 	for i := 0; i < lenList; i++ {
 		item := list[i]
 		list[i].Body, _ = services.GetReportContentTextSub(item.Body)
-		//list[i].Abstract = html.UnescapeString(item.Abstract)
+		list[i].Abstract = html.UnescapeString(item.Abstract)
 		//list[i].Abstract, _ = services.GetReportContentTextSub(item.Abstract)
 		list[i].Annotation = strings.Replace(item.Annotation, "<br>", "", -1)
 		//行业比较研究、资金流向,显示报告的摘要