@ -44,6 +44,6 @@
</select>
<select id="getCourierUserList" resultType="User">
select u.* from sys_user u,common_map_logistic m where u.id != m.courier_user_id 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'
</mapper>