```feat(sys-user): 在用户详情中添加余额显示
用户详情页面现在将展示用户的余额信息,以便于管理员查看。这是通过在SysUserMapper.xml中添加新的查询字段实现的。 ```pull/1/head
parent
95045f1ac1
commit
104339ee09
|
@ -63,6 +63,7 @@
|
|||
u.create_by,
|
||||
u.create_time,
|
||||
u.remark,
|
||||
u.user_balance,
|
||||
d.dept_id,
|
||||
d.parent_id,
|
||||
d.ancestors,
|
||||
|
|
Loading…
Reference in New Issue