|
|
|
@ -107,7 +107,7 @@ |
|
|
|
sur.user_id, |
|
|
|
sur.role_id from sys_user_role sur |
|
|
|
left join sys_role sr on sur.role_id = sr.role_id |
|
|
|
where sr.super_flag = 'Y' and user_id=#{userId} |
|
|
|
where sr.super_flag = 'Y' and sur.user_id=#{userId} |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="getUserRoleHasSuperFlag" resultType="com.spring.modules.sys.entity.SysRoleEntity"> |
|
|
|
|