修复查询角色时,查错表了。

copy 改少了 T T
This commit is contained in:
YunaiV 2019-03-12 19:24:08 +08:00
parent af60c18509
commit c5b230b64d
1 changed files with 1 additions and 1 deletions

View File

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