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