账户添加userCode

This commit is contained in:
jjLv 2025-11-27 10:39:56 +08:00
parent 71efdfb07c
commit 85350fb40b
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,8 @@ public class AccInfoDetailsVO {
@ApiModelProperty("用户姓名")
@Excel(name = "用户姓名")
private String nickName;
@Excel(name = "用户编号")
private String userCode;
@ApiModelProperty("用户手机号")
@Excel(name = "用户手机号")
private String phoneNumber;

View File

@ -238,6 +238,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
t1.account_id,
t2.user_id,
t2.nick_name,
t2.user_code as userCode,
t2.phonenumber as phoneNumber,
t6.dept_name,
t6.dept_full_name,