fix:修复[评论接口缺少账号字段]Bug

This commit is contained in:
2023-05-16 17:27:03 +08:00
parent d5a8df76a1
commit 1de7549f25
2 changed files with 6 additions and 0 deletions
@@ -38,6 +38,11 @@ public class ReportCommentVo {
*/
private String userName;
/**
* 用户名
*/
private String account;
/**
* 评论
*/
@@ -9,6 +9,7 @@
ruc.id AS id,
ruc.user_id AS userId,
u.USNAME AS userName,
u.ACCOUNT AS account,
ruc.comment AS comment,
ruc.create_time AS createTime
FROM