|
|
@ -65,7 +65,7 @@ |
|
|
|
<if test="pid != null and pid != 0"> |
|
|
|
<if test="pid != null and pid != 0"> |
|
|
|
and p_id = #{pid} |
|
|
|
and p_id = #{pid} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="exAdminDeptId != null and exAdminDeptId != ''"> |
|
|
|
<if test="list != null and list != ''"> |
|
|
|
and examine_dept_id in |
|
|
|
and examine_dept_id in |
|
|
|
<foreach collection="list" item="item" index="index" open="(" close=")" separator=","> |
|
|
|
<foreach collection="list" item="item" index="index" open="(" close=")" separator=","> |
|
|
|
#{item} |
|
|
|
#{item} |
|
|
|