代码备份

master
anthonyywj2 3 years ago
parent faff4a8b8e
commit 65d0abe9da

@ -164,7 +164,7 @@
#{scbssfbhscrq},
#{scbssfbhsxrq},
#{cpms},
#{manufactory},#{originUuid},,#{allowNoBatch},#{allowNoExpire},#{allowNoProduct}
#{manufactory},#{originUuid},#{allowNoBatch},#{allowNoExpire},#{allowNoProduct}
)
</insert>

@ -83,10 +83,10 @@
<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>
<if test="batchNo == '' || batchNo == null">
<if test="batchNo == 'empty'">
AND batchNo is NULL
</if>
<if test="invWarehouseCode != '' and invWarehouseCode != null">

Loading…
Cancel
Save