Browse Source

🚑 交接点没有地图数据也能展示处理

master
wangxiang 3 years ago
parent
commit
cfd85bcd37
  1. 2
      kicc-platform/kicc-platform-biz/kicc-system-biz/src/main/resources/mapper/UserMapper.xml

2
kicc-platform/kicc-platform-biz/kicc-system-biz/src/main/resources/mapper/UserMapper.xml

@ -44,6 +44,6 @@ @@ -44,6 +44,6 @@
</select>
<select id="getCourierUserList" resultType="User">
select * from sys_user u where (select count(1) from common_map_logistic m where u.id = m.courier_user_id) > 0 and u.user_type='1'
select * from sys_user u where (select count(1) from common_map_logistic m where u.id = m.courier_user_id) = 0 and u.user_type='1'
</select>
</mapper>

Loading…
Cancel
Save