yourName пре 1 година
родитељ
комит
dc57564ab0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

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

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