wms-查询条件id

This commit is contained in:
zhaoqing
2026-04-21 10:58:45 +08:00
parent 31f2bbcc8a
commit d0a091e6a8
4 changed files with 10 additions and 0 deletions
@@ -96,6 +96,9 @@
<if test="batchNumber != null and batchNumber != ''">
AND batch_number = #{batchNumber}
</if>
<if test="id != null and id != ''">
AND id = #{id}
</if>
<!-- <if test="boxPalletNo != null and boxPalletNo != ''">-->
<!-- AND box_pallet_no = #{boxPalletNo}-->
<!-- </if>-->