From 5e014678ad6e5cf2be0bf40b08295518c67dcff8 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 26 Dec 2023 09:27:23 +0800
Subject: [PATCH] e呼即办街道社区数据过滤

---
 src/main/java/org/springblade/modules/task/mapper/EcCallEventMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/springblade/modules/task/mapper/EcCallEventMapper.xml b/src/main/java/org/springblade/modules/task/mapper/EcCallEventMapper.xml
index f43bfb5..f1e5c91 100644
--- a/src/main/java/org/springblade/modules/task/mapper/EcCallEventMapper.xml
+++ b/src/main/java/org/springblade/modules/task/mapper/EcCallEventMapper.xml
@@ -40,6 +40,9 @@
         <if test="eCallEvent.realName!=null and eCallEvent.realName!=''">
             and real_name like concat('%',#{eCallEvent.realName},'%')
         </if>
+        <if test="eCallEvent.regionCode!=null and eCallEvent.regionCode!=''">
+            and community_code like concat('%',#{eCallEvent.regionCode},'%')
+        </if>
     </select>
 
 

--
Gitblit v1.9.3