BUG修复
This commit is contained in:
parent
f66580cb75
commit
59c4a95b1f
|
|
@ -41,7 +41,7 @@
|
|||
<select id="getDeviceTypeCqmList" resultType="com.nflg.mobilebroken.common.pojo.vo.CqmPersionResultVO">
|
||||
select a.id,a.user_code, a.user_name,a.department_id,b.dept_code,b.dept_name from admin_user a
|
||||
join t_base_department b on a.department_id=b.id
|
||||
where a.di in
|
||||
where a.id in
|
||||
<foreach collection="ids" item="item" open="(" close=")" separator=",">
|
||||
#{item}
|
||||
</foreach>
|
||||
|
|
|
|||
Loading…
Reference in New Issue