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