|
@@ -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]
|