|
|
|
@ -63,7 +63,7 @@
|
|
|
|
<select id="selectListByIds" resultType="RoleDO">
|
|
|
|
<select id="selectListByIds" resultType="RoleDO">
|
|
|
|
SELECT
|
|
|
|
SELECT
|
|
|
|
<include refid="FIELDS"/>
|
|
|
|
<include refid="FIELDS"/>
|
|
|
|
FROM resource
|
|
|
|
FROM role
|
|
|
|
WHERE id IN
|
|
|
|
WHERE id IN
|
|
|
|
<foreach item="id" collection="ids" separator="," open="(" close=")" index="">
|
|
|
|
<foreach item="id" collection="ids" separator="," open="(" close=")" index="">
|
|
|
|
#{id}
|
|
|
|
#{id}
|
|
|
|
|