mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 17:38:32 +08:00
Update GroupsMapper.xml
This commit is contained in:
parent
bad2bf2fe8
commit
9b2be37a69
@ -22,7 +22,7 @@
|
||||
<include refid="where_statement"/>
|
||||
</select>
|
||||
|
||||
<select id="queryDynamicRoles" parameterType="Groups" resultType="Groups">
|
||||
<select id="queryDynamic" parameterType="Groups" resultType="Groups">
|
||||
select
|
||||
*
|
||||
from
|
||||
@ -57,7 +57,7 @@
|
||||
</update>
|
||||
|
||||
|
||||
<select id="queryRolesByUserId" parameterType="string" resultType="Roles">
|
||||
<select id="queryByUserId" parameterType="string" resultType="Groups">
|
||||
select distinct
|
||||
g.*
|
||||
from
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user