修改bug

master
wangwei 2 years ago
parent 631827e941
commit de51499bfe

@ -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}

Loading…
Cancel
Save