From 94e4f8d2e416d7d6f1089535b683542555346580 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 26 Dec 2023 14:08:41 +0800
Subject: [PATCH] 物业公司关联查询修改

---
 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