Browse Source

no message

xingzai 2 years ago
parent
commit
a5dd830335
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/home.go

+ 1 - 1
controllers/home.go

@@ -309,7 +309,7 @@ Loop:
 	}
 	for _, v := range list {
 		v.Annotation, _ = services.GetReportContentTextSub(v.Annotation)
-		v.Body = ""
+		v.Body = v.Annotation
 	}
 	resp.List = list
 	resp.Paging = page