Browse Source

no message

xingzai 1 năm trước cách đây
mục cha
commit
ffc469da8d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      controllers/report.go

+ 1 - 0
controllers/report.go

@@ -658,6 +658,7 @@ func (this *ReportController) List() {
 		for _, v := range list {
 			if v.Resource == 3 {
 				meetingreviewchaptIds = append(meetingreviewchaptIds, v.Id)
+				v.Content = services.AnnotationHtml(v.Content)
 			}
 		}
 		if len(meetingreviewchaptIds) > 0 {