@ -85,6 +85,9 @@
<if test="batchNo != '' and batchNo != null">
AND batchNo = #{batchNo}
</if>
<if test="batchNo != '' and batchNo != null and batchNo!='empty'">
<if test="batchNo == '' || batchNo == null">
AND batchNo is NULL
@ -95,6 +95,9 @@
@ -83,6 +83,9 @@