瀏覽代碼

no message

xingzai 2 年之前
父節點
當前提交
9142c148e2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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