根据岗位编号查询用户,查询所有岗位角色

This commit is contained in:
2026-01-18 15:25:15 +08:00
parent 3ea03e3c19
commit 83f8332cd9
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="postCode" column="post_code" />
</resultMap>
<select id="getUserPostListByCode" resultMap="UserResult">
<select id="getUserListByCode" resultMap="UserResult">
SELECT u.user_id, nick_name , post_name , post_code
FROM sys_role r
JOIN sys_user_role ur ON r.role_id = ur.role_id