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