luobang 2 years ago
parent
commit
bb0c06cbf4

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

@@ -1006,7 +1006,7 @@
         WHERE
         AIR.REQUIREMENT_STATUS = #{ requirementStatus }
         AND AIR.DELETED = 0
-        AND ACTP.DELETED = 0
+        AND nvl(ACTP.DELETED,0) = 0
         <if test="con !=null ">
             AND AIR.INSERT_USERNAME LIKE #{con}
         </if>