Browse Source

no message

xingzai 1 year ago
parent
commit
d2dbddb32c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/report.go

+ 1 - 0
controllers/report.go

@@ -1499,6 +1499,7 @@ func (this *ReportController) CommentAdd() {
 	}
 	item := models.CygxArticleComment{
 		UserId:      user.UserId,
+		RealName:    user.RealName,
 		ArticleId:   req.ArticleId,
 		CreateTime:  time.Now(),
 		Mobile:      user.Mobile,