Redeem 1 year ago
parent
commit
985af93944
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

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

@@ -455,7 +455,7 @@
             GROUP BY DRIVER_ID
             ) T ON T."driverId" = RP .PERSONNEL_ID
         </if>
-        WHERE DELETED = 0
+        WHERE DELETED != -1
         <if test="isNC!=null">
             AND SOURCE_ID IS NOT NULL
         </if>