|
@@ -161,6 +161,10 @@ func (this *TacticsController) List() {
|
|
|
if resp.MatchTypeName == "行业比较研究" || resp.MatchTypeName == "资金流向" {
|
|
|
list[i].Annotation = list[i].Abstract
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ list[i].Abstract, _ = services.GetReportContentTextSub(item.Abstract)
|
|
|
}
|
|
|
|
|
|
resp.CategoryImgUrlPc = mapChartPermission[detail.ChartPermissionName]
|