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