diff --git a/epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcPartyActOrgDao.xml b/epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcPartyActOrgDao.xml index 2cc7ec146f..a71ce93d84 100644 --- a/epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcPartyActOrgDao.xml +++ b/epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcPartyActOrgDao.xml @@ -19,7 +19,8 @@ o.ORG_TYPE as orgType, o.PID as pid, o.CUSTOMER_ID as customerId, - o.IC_PARTY_ACT_ID as icPartyActOrgRecId + o.IC_PARTY_ACT_ID as icPartyActOrgRecId, + o.JOIN_ORG_PATH_SHOW as joinOrgPathShow FROM ic_party_act_org o WHERE