소스 검색

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]