hejiahui 2 년 전
부모
커밋
8d5e5cb9fb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/resources/com/steerinfo/dil/mapper/AmstruckInwardPlanMapper.xml

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

@@ -653,6 +653,7 @@
             and AIP.PLAN_STATUS = 2
         </if>
         <if test="planStatus == 3">
+            and AIP.PLAN_STATUS = 3
             and to_date(#{newTime}, 'yyyy-mm-dd hh24:mi:ss') &lt;= AIR.DUE_DATE
         </if>
         <if test="con != null">