@@ -73,7 +73,7 @@ func (this *YanxuanSpecialController) List() {
if err != nil {
return
}
- v.Content = services.AnnotationHtml(v.Content)
+ v.Content, _ = services.GetReportContentTextSubNew(v.Content)
if v.DocUrl != "" {
var docs []models.Doc
err := json.Unmarshal([]byte(v.DocUrl), &docs)