o发31
This commit is contained in:
+2
-2
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user