소스 검색

厂外库优化

xiaosonghong 9 달 전
부모
커밋
249ea42aaf
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/main/resources/com/steerinfo/dil/mapper/OyeRealtimeInventoryMapper.xml

+ 3 - 0
src/main/resources/com/steerinfo/dil/mapper/OyeRealtimeInventoryMapper.xml

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