企业初始化
This commit is contained in:
@@ -180,4 +180,21 @@
|
||||
c.priority is null, c.priority, position_type desc
|
||||
LIMIT 1
|
||||
</select>
|
||||
|
||||
<select id="getRoleByRoleEnum" resultMap="BaseResultMap">
|
||||
select
|
||||
id as id,
|
||||
role_name as roleName,
|
||||
role_auth as roleAuth,
|
||||
is_internal as isInternal,
|
||||
`source` as source,
|
||||
priority as priority,
|
||||
app_menu as appMenu,
|
||||
position_type as positionType,
|
||||
role_enum as roleEnum
|
||||
from
|
||||
sys_role_${eid}
|
||||
where
|
||||
role_enum = #{roleEnum}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user