feat: 查询权限字段

This commit is contained in:
fit2cloud-chenyw 2021-03-01 17:42:41 +08:00
parent 1fa5518566
commit 8fca61aeb0

View File

@ -21,7 +21,7 @@
<select id="findUser" resultMap="baseMap">
select user_id, username, password, enabled from sys_user where username = #{username}
select user_id, username,nick_name, dept_id, password, enabled,email, phone from sys_user where username = #{username}
</select>
<select id="roleCodes" resultType="String">