xingzai il y a 2 ans
Parent
commit
9142c148e2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      controllers/tactics.go

+ 1 - 1
controllers/tactics.go

@@ -156,7 +156,7 @@ func (this *TacticsController) List() {
 		list[i].Body, _ = services.GetReportContentTextSub(item.Body)
 		//list[i].Abstract = html.UnescapeString(item.Abstract)
 		list[i].Abstract, _ = services.GetReportContentTextSub(item.Abstract)
-		list[i].Annotation, _ = services.GetReportContentTextSub(item.Annotation)
+		//list[i].Annotation, _ = services.GetReportContentTextSub(item.Annotation)
 		//行业比较研究、资金流向,显示报告的摘要
 		if resp.MatchTypeName == "行业比较研究" || resp.MatchTypeName == "资金流向" {
 			list[i].Annotation = list[i].Abstract