|
|
@ -106,7 +106,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<if test="importFileName != null and importFileName != ''"> and import_file_name like concat('%', #{importFileName}, '%')</if> |
|
|
<if test="importFileName != null and importFileName != ''"> and import_file_name like concat('%', #{importFileName}, '%')</if> |
|
|
<if test="remark != null and remark != ''"> and remark like concat('%', #{remark}, '%')</if> |
|
|
<if test="remark != null and remark != ''"> and remark like concat('%', #{remark}, '%')</if> |
|
|
<if test="params.deptIds != null and params.deptIds.size() > 0"> |
|
|
<if test="params.deptIds != null and params.deptIds.size() > 0"> |
|
|
and dept_id in |
|
|
and zone_dept_id in |
|
|
<foreach item="deptIdItem" collection="params.deptIds" open="(" separator="," close=")"> |
|
|
<foreach item="deptIdItem" collection="params.deptIds" open="(" separator="," close=")"> |
|
|
#{deptIdItem} |
|
|
#{deptIdItem} |
|
|
</foreach> |
|
|
</foreach> |
|
|
|