导出没有数据

master
wengjx 3 years ago
parent 2025b3247c
commit b270ce0c0a

@ -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=")">

Loading…
Cancel
Save