解决从sap拉取FI848没有包含9000公司问题

release
路明慧 2 years ago
parent fe0f0f43c3
commit 69a20c12c4
  1. 2
      dxhy-core/src/main/resources/mapper/ConfirmDao.xml

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

Loading…
Cancel
Save