From 2a906fd24837530ebbd17f70803a2496ea9cd193 Mon Sep 17 00:00:00 2001 From: yang <2119157836@qq.com> Date: Mon, 28 Apr 2025 16:41:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(mcwl-communityCenter):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=88=91=E5=88=9B=E5=BB=BA=E7=AD=9B=E9=80=89=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/communityCenter/CommunityMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcwl-communityCenter/src/main/resources/mapper/communityCenter/CommunityMapper.xml b/mcwl-communityCenter/src/main/resources/mapper/communityCenter/CommunityMapper.xml index 955326d..ef01ebd 100644 --- a/mcwl-communityCenter/src/main/resources/mapper/communityCenter/CommunityMapper.xml +++ b/mcwl-communityCenter/src/main/resources/mapper/communityCenter/CommunityMapper.xml @@ -95,8 +95,8 @@ where cu.user_id = #{userId} and c.del_flag = '0' and cu.del_flag = '0' - - and c.tenant_id = #{userId} + + and c.tenant_id != #{userId} and (c.community_name like concat('%', #{joinCommunityListPageRes.searchContent}, '%')