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