Browse Source

no message

xingzai 1 year ago
parent
commit
c57886b0a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/yanxuan_special.go

+ 1 - 1
controllers/yanxuan_special.go

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