浏览代码

Merge branch 'master' of https://gitee.com/antai-wuliu/ANTAI-API

zhangym 1 年之前
父节点
当前提交
b80f67b2aa
共有 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

@@ -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>