xingzai hace 2 años
padre
commit
9142c148e2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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