From bbc7cbfcecd2748f42b9532d5f1a777c0b33a5c9 Mon Sep 17 00:00:00 2001 From: yinzuomei <576302893@qq.com> Date: Mon, 22 Aug 2022 15:13:03 +0800 Subject: [PATCH] like --- .../src/main/resources/mapper/partyOrg/IcPartyActDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},'%')