Commit 141c0f3d authored by tianyiming's avatar tianyiming

两个规定-通过组id查询组及组内人员信息接口优化

parent 25f1c832
...@@ -192,6 +192,7 @@ ...@@ -192,6 +192,7 @@
tzs_user_info tui tzs_user_info tui
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
<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