This commit is contained in:
王奎兴
2026-05-30 01:16:58 +08:00
parent 855a964336
commit 298da1dbeb
7 changed files with 9 additions and 9 deletions
@@ -120,8 +120,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="batchNumber != null and batchNumber != ''">
and b.batch_number = #{batchNumber}
</if>
<if test="lotCode != null and lotCode != ''">
and b.lot_number = #{lotCode}
<if test="lotNumber != null and lotNumber != ''">
and b.lot_number = #{lotNumber}
</if>
<if test="expiryDate != null and expiryDate != ''">
AND DATE(b.expiry_date) = #{expiryDate}