@ -84,10 +84,12 @@
<if test="supId == null">
AND supId is NULL
</if>
<if test="batchNo != '' and batchNo != null">
<if test="batchNo != '' and batchNo != null and batchNo!='empty'">
AND batchNo = #{batchNo}
<if test="batchNo == 'empty'">
AND batchNo is NULL
<if test="batchNo == '' || batchNo == null">