diff --git a/epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcPartyActDao.xml b/epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcPartyActDao.xml
index 00602f0c03..cd2b68d772 100644
--- a/epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcPartyActDao.xml
+++ b/epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcPartyActDao.xml
@@ -118,7 +118,7 @@
a.DEL_FLAG = '0'
AND a.CUSTOMER_ID = #{customerId}
- and a.ORG_ID_PATH CONCAT('%',#{staffAgencyId},'%')
+ and a.ORG_ID_PATH like CONCAT('%',#{staffAgencyId},'%')
AND a.ADDRESS LIKE CONCAT('%',#{address},'%')