|
@@ -155,8 +155,8 @@ func (this *TacticsController) List() {
|
|
|
item := list[i]
|
|
|
list[i].Body, _ = services.GetReportContentTextSub(item.Body)
|
|
|
|
|
|
- list[i].Abstract, _ = services.GetReportContentTextSub(item.Abstract)
|
|
|
-
|
|
|
+
|
|
|
+ list[i].Annotation = strings.Replace(item.Annotation, "<br>", "", -1)
|
|
|
|
|
|
if resp.MatchTypeName == "行业比较研究" || resp.MatchTypeName == "资金流向" {
|
|
|
list[i].Annotation = list[i].Abstract
|