From e7f7eb9990e6c52440300890f909a51bb06efb68 Mon Sep 17 00:00:00 2001 From: wxz Date: Tue, 23 May 2023 09:25:53 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=85=9A=E5=BB=BA=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8=E5=92=8C=E6=95=B0=E9=87=8Fdouble=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 0fe90e0949..809cc5a470 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 @@ -276,7 +276,7 @@ , t.TYPE_NAME name , count(*) as value from ic_party_act a - inner join ic_party_act_type_dict t on (a.ACT_TYPE = t.TYPE_KEY and t.DEL_FLAG = 0) + inner join ic_party_act_type_dict t on (a.ACT_TYPE = t.TYPE_KEY and t.DEL_FLAG = 0 and a.CUSTOMER_ID=t.CUSTOMER_ID) where a.DEL_FLAG = 0 and a.CUSTOMER_ID = #{customerId} and a.ORG_ID_PATH like CONCAT(#{orgIdPath}, '%')