@@ -651,6 +651,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 {
@@ -372,6 +372,7 @@ func (this *TacticsController) TacticsTimeLineList() {
v.PublishTime = utils.TimeRemoveHms2(v.PublishTime)
v.Resource = 1
if len(list) == 0 {
list = make([]*models.CygxTacticsTimeLineResp, 0)