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

Loading…
Cancel
Save