Commit 7100ec6c authored by tianyiming's avatar tianyiming

分组下人员查询bug修改

parent 21811404
...@@ -193,6 +193,7 @@ ...@@ -193,6 +193,7 @@
LEFT JOIN tz_base_enterprise_info tzei ON tui.unit_code = tzei.use_code LEFT JOIN tz_base_enterprise_info tzei ON tui.unit_code = tzei.use_code
<where> <where>
tzei.equip_category is not null tzei.equip_category is not null
and tzei.is_delete = '0'
<if test="userIds != null and userIds.size() > 0"> <if test="userIds != null and userIds.size() > 0">
and amos_user_id in and amos_user_id in
<foreach item="item" collection="userIds" separator="," open="(" close=")" index=""> <foreach item="item" collection="userIds" separator="," open="(" close=")" index="">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment