|
@ -39,6 +39,9 @@ |
|
|
<if test="agencyId != null and agencyId != ''"> |
|
|
<if test="agencyId != null and agencyId != ''"> |
|
|
AND (AGENCY_ID = #{agencyId} or AGENCY_PIDS LIKE concat('%',#{agencyId}, '%' )) |
|
|
AND (AGENCY_ID = #{agencyId} or AGENCY_PIDS LIKE concat('%',#{agencyId}, '%' )) |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test="orgPid != null and orgPid != ''"> |
|
|
|
|
|
or id =#{orgPid} |
|
|
|
|
|
</if> |
|
|
</select> |
|
|
</select> |
|
|
<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 |
|
|