xingzai hace 1 año
padre
commit
75058a4aec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controllers/tactics.go

+ 1 - 1
controllers/tactics.go

@@ -97,7 +97,7 @@ func (this *TacticsController) List() {
 				list[k].IsRed = true
 			}
 		}
-		list[k].Abstract = html.UnescapeString(v.Abstract)
+		list[k].Abstract, _ = services.GetReportContentTextSub(v.Abstract)
 	}
 	if categoryId > 0 {
 		detail, errCategory := models.GetCygxReportMappingCygxByCategoryId(categoryId)