|
@@ -924,6 +924,9 @@
|
|
|
<if test="inboundWarehouse != null and inboundWarehouse != ''">
|
|
<if test="inboundWarehouse != null and inboundWarehouse != ''">
|
|
|
AND ORI.INBOUND_WAREHOUSE LIKE '%${inboundWarehouse}%'
|
|
AND ORI.INBOUND_WAREHOUSE LIKE '%${inboundWarehouse}%'
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="inboundAreaSide != null and inboundAreaSide != ''">
|
|
|
|
|
+ AND ORI.INBOUND_AREA = #{inboundAreaSide}
|
|
|
|
|
+ </if>
|
|
|
<if test="materialName != null and materialName != ''">
|
|
<if test="materialName != null and materialName != ''">
|
|
|
AND RM.MATERIAL_NAME LIKE '%${materialName}%'
|
|
AND RM.MATERIAL_NAME LIKE '%${materialName}%'
|
|
|
</if>
|
|
</if>
|