@ -23,4 +23,10 @@ public class PartyOrgTreeListDTO implements Serializable {
* 客户Id (customer.id)
*/
private String customerId;
/**
* 党组织pid
private String orgPid;
}
@ -39,6 +39,9 @@
<if test="agencyId != null and agencyId != ''">
AND (AGENCY_ID = #{agencyId} or AGENCY_PIDS LIKE concat('%',#{agencyId}, '%' ))
</if>
<if test="orgPid != null and orgPid != ''">
or id =#{orgPid}
</select>
<select id="selectAllByOrgId" resultType="com.epmet.modules.partyOrg.entity.IcPartyOrgEntity">
select * from ic_party_org