From eb55b4133ae6b3df80d8d14fbc5b32928f296fd7 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Tue, 26 Dec 2023 14:17:07 +0800
Subject: [PATCH] bug修复
---
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