提交 8fca61ae authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

feat: 查询权限字段

上级 1fa55185
......@@ -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">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论