终审退回日志导出没有数据

master
wengjx 3 years ago
parent b270ce0c0a
commit 6c07caeb1d

@ -79,7 +79,7 @@
<if test="name != null and name != ''">
and archive_master.name like '%'+#{name,jdbcType=NCHAR}+'%'
</if>
<if test="idNo != null and idNo != ''">
<if test="idNo != null and idNo != '' and idNo !='undefined'">
and archive_master.ID_NO like '%'+#{idNo,jdbcType=NCHAR}+'%'
</if>
<if test="callbackUserName != null and callbackUserName != ''">

Loading…
Cancel
Save