|
|
@ -24,7 +24,7 @@ |
|
|
|
<select id="getPullSapDataTaxNo" resultType="com.dxhy.core.job.entity.TAcOrg"> |
|
|
|
<select id="getPullSapDataTaxNo" resultType="com.dxhy.core.job.entity.TAcOrg"> |
|
|
|
select g.taxno, g.db_name, g.company, g.taxname,g.org_code orgcode |
|
|
|
select g.taxno, g.db_name, g.company, g.taxname,g.org_code orgcode |
|
|
|
from sys_dept g |
|
|
|
from sys_dept g |
|
|
|
where g.org_type = '5' |
|
|
|
where g.org_type in ('5','1') |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
<!--查询机构表里税号 全票面--> |
|
|
|
<!--查询机构表里税号 全票面--> |
|
|
|
<select id="getTaxnoForQpm" resultType="com.dxhy.core.job.entity.TAcOrg"> |
|
|
|
<select id="getTaxnoForQpm" resultType="com.dxhy.core.job.entity.TAcOrg"> |
|
|
|