|
|
@ -43,9 +43,9 @@ |
|
|
|
where uorg.userid = #{userId} |
|
|
|
where uorg.userid = #{userId} |
|
|
|
and uorg.taxno is not null |
|
|
|
and uorg.taxno is not null |
|
|
|
and dept.org_type = '5' |
|
|
|
and dept.org_type = '5' |
|
|
|
group by dept.taxno |
|
|
|
|
|
|
|
order by dept.org_code asc |
|
|
|
order by dept.org_code asc |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
<!-- group by dept.taxno--> |
|
|
|
<select id="queryOrgCodes" resultType="com.dxhy.admin.sys.entity.SysDeptEntity" databaseId="oracle"> |
|
|
|
<select id="queryOrgCodes" resultType="com.dxhy.admin.sys.entity.SysDeptEntity" databaseId="oracle"> |
|
|
|
select dept.* |
|
|
|
select dept.* |
|
|
|
from sys_user_org uorg |
|
|
|
from sys_user_org uorg |
|
|
|