Commit f43ee990 authored by zhangch's avatar zhangch

首次申请列表查询条件修改

parent 21c15203
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
LEFT JOIN CH_CFG_SRV_MODE m ON a.srv_mode_id = m.MODE_ID LEFT JOIN CH_CFG_SRV_MODE m ON a.srv_mode_id = m.MODE_ID
LEFT JOIN CH_SRV_ORGAN s ON a.SRV_ORGAN_ID = s.SRV_ORGAN_ID LEFT JOIN CH_SRV_ORGAN s ON a.SRV_ORGAN_ID = s.SRV_ORGAN_ID
<where> <where>
a.APPLY_METHOD = 1
<if test="organIds != null"> <if test="organIds != null">
and a.organ_id in and a.organ_id in
<foreach collection="organIds" item="organId" open="(" close=")" separator=","> <foreach collection="organIds" item="organId" open="(" close=")" separator=",">
......
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