@@ -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,