Browse Source

删除党组织参数调整

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

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

@ -52,7 +52,7 @@
<select id="selectAllByOrgId" resultType="com.epmet.modules.partyOrg.entity.IcPartyOrgEntity"> <select id="selectAllByOrgId" resultType="com.epmet.modules.partyOrg.entity.IcPartyOrgEntity">
select * from ic_party_org select * from ic_party_org
where DEL_FLAG='0' where DEL_FLAG='0'
AND ORG_PIDS LIKE concat('%',#{orgId}, '%' ) AND ORG_PIDS LIKE concat('%',#{id}, '%' )
</select> </select>
<select id="selectByCuIdAndNameOrCode" resultType="com.epmet.modules.partyOrg.entity.IcPartyOrgEntity"> <select id="selectByCuIdAndNameOrCode" resultType="com.epmet.modules.partyOrg.entity.IcPartyOrgEntity">
select * from ic_party_org select * from ic_party_org

Loading…
Cancel
Save