@ -15,6 +15,7 @@
left join sys_dept dept on uorg.dept_id = dept.dept_id
where uorg.userid = #{userId}
and uorg.taxno is not null
and uorg.taxno != ''
and dept.org_type = '5'
group by dept.taxno
order by dept.taxno asc