@ -227,7 +227,7 @@
<select id="getDeptById" resultType="com.glxp.api.entity.auth.DeptEntity" >
select *
from
from auth_dept
where id in
<foreach item="item" index="index" collection="ids" open="(" separator="," close=")">
#{item}