Browse Source

新增一级党组织bug修改

dev
Jackwang 3 years ago
parent
commit
ec3f9fa678
  1. 1
      epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcPartyOrgDao.xml

1
epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcPartyOrgDao.xml

@ -76,6 +76,7 @@
select * from ic_party_org
where DEL_FLAG='0'
and CUSTOMER_ID=#{customerId}
and ORG_PID='0'
</select>
<select id="selectAllBranchByAgencyId"
resultType="com.epmet.resi.partymember.dto.partyOrg.result.BranchlistTreeSubDTO">

Loading…
Cancel
Save