소스 검색

wms 修改

Tiroble 3 년 전
부모
커밋
1cfd3859b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/com/steerinfo/dil/mapper/WmspInboundResultMapper.xml

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/WmspInboundResultMapper.xml

@@ -1362,7 +1362,7 @@
               where rms.material_id=(
                   select distinct rms2.material_id from rms_material_steel rms2
                   where material_steel_id =#{materialId}
-                ) and INBOUND_ISCOMPLETE='1'  and wgm.deleted ='0'
+                ) and INBOUND_ISCOMPLETE='1'  and wgm.deleted ='0' and  wir.insert_time between sysdate and trunc(sysdate + 1, 'dd')
               order by wir.insert_time desc
           ) where  Rownum='1'
         )