|
@@ -506,7 +506,7 @@ func (this *ReportController) List() {
|
|
|
list[i].Body, _ = services.GetReportContentTextSub(item.Body)
|
|
|
//list[i].Abstract = html.UnescapeString(item.Abstract)
|
|
|
list[i].Abstract, _ = services.GetReportContentTextSub(item.Abstract)
|
|
|
- list[i].Annotation = services.GetAnnotationTextSub(item.Annotation)
|
|
|
+ //list[i].Annotation = services.GetAnnotationTextSub(item.Annotation)
|
|
|
}
|
|
|
|
|
|
for k, v := range list {
|