BUG修复

This commit is contained in:
luolm 2025-02-23 19:35:21 +08:00
parent f66580cb75
commit 59c4a95b1f
1 changed files with 1 additions and 1 deletions

View File

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