|
|
|
@ -929,9 +929,9 @@
|
|
|
|
|
<if test="name != null and name != ''">
|
|
|
|
|
and archive_master.name like '%'+#{name,jdbcType=NCHAR}+'%'
|
|
|
|
|
</if>
|
|
|
|
|
<if test="idNo != null and idNo != ''">
|
|
|
|
|
and archive_master.ID_NO like '%'+#{idNo,jdbcType=NCHAR}+'%'
|
|
|
|
|
</if>
|
|
|
|
|
<!-- <if test="idNo != null and idNo != '' and idNo != 'undefined'">-->
|
|
|
|
|
<!-- and archive_master.ID_NO like '%'+#{idNo,jdbcType=NCHAR}+'%'-->
|
|
|
|
|
<!-- </if>-->
|
|
|
|
|
<if test="deptName!= null and deptName!= ''">
|
|
|
|
|
and archive_master.dept_name in
|
|
|
|
|
<foreach item="item" collection="deptName.split(',')" open="(" separator="," close=")">
|
|
|
|
|