合并条件增加批次号
This commit is contained in:
@@ -936,6 +936,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="storageLocationId != null and storageLocationId != ''">
|
||||
AND a.storage_location_id = #{storageLocationId}
|
||||
</if>
|
||||
<if test="batchNumber != null and batchNumber != ''">
|
||||
AND a.batch_number = #{batchNumber}
|
||||
</if>
|
||||
<if test="extAttr4 != null">
|
||||
AND TRUNC(a.EXT_ATTR_4) = TRUNC(#{extAttr4})
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user