From 5f1dd1f99f02ac65547a8d0e9848769597682a06 Mon Sep 17 00:00:00 2001 From: yang <2119157836@qq.com> Date: Mon, 28 Apr 2025 16:49:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(mcwl-communityCenter):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=88=91=E7=9A=84=E5=88=9B=E5=BB=BA=E7=AD=9B=E9=80=89=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/communityCenter/CommunityMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcwl-communityCenter/src/main/resources/mapper/communityCenter/CommunityMapper.xml b/mcwl-communityCenter/src/main/resources/mapper/communityCenter/CommunityMapper.xml index ef01ebd..07172f5 100644 --- a/mcwl-communityCenter/src/main/resources/mapper/communityCenter/CommunityMapper.xml +++ b/mcwl-communityCenter/src/main/resources/mapper/communityCenter/CommunityMapper.xml @@ -95,7 +95,7 @@ where cu.user_id = #{userId} and c.del_flag = '0' and cu.del_flag = '0' - + and c.tenant_id != #{userId}