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

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

@@ -656,7 +656,7 @@
             and to_date(#{newTime}, 'yyyy-mm-dd hh24:mi:ss') <= AIR.DUE_DATE
         </if>
         <if test="con != null">
-            and rm.material_name like #{con}
+            and rm.material_name like #{con}  or AIP.PLAN_NUMBER like #{con} or  AIR.REQUIREMENT_NUMBER like #{con}
         </if>
         )
         <where>