瀏覽代碼

no message

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