From 9695412e47d3f1a668bd8827edd32f0a46a321e5 Mon Sep 17 00:00:00 2001
From: CeDo <cedoogle@gmail.com>
Date: 星期二, 08 六月 2021 13:50:27 +0800
Subject: [PATCH] bugfixed
---
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventMapper.xml b/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventMapper.xml
index 4c54478..b5b1682 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventMapper.xml
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventMapper.xml
@@ -443,7 +443,7 @@
AND (
e.grid_member_name like concat('%', #{pageEventManageDTO.keyWord},'%') OR
e.event_title like concat('%', #{pageEventManageDTO.keyWord},'%') OR
- e.happen_address like concat('%', #{pageEventManageDTO.keyWord},'%')
+ e.happen_address like concat('%', #{pageEventManageDTO.keyWord},'%') OR
e.order_sn like concat('%', #{pageEventManageDTO.keyWord},'%')
)
</if>
@@ -495,7 +495,7 @@
AND (
e.grid_member_name like concat('%', #{pagePublicityEventCommunityDTO.keyWord},'%') OR
e.event_title like concat('%', #{pagePublicityEventCommunityDTO.keyWord},'%') OR
- e.happen_address like concat('%', #{pagePublicityEventCommunityDTO.keyWord},'%')
+ e.happen_address like concat('%', #{pagePublicityEventCommunityDTO.keyWord},'%') OR
e.order_sn like concat('%', #{pagePublicityEventCommunityDTO.keyWord},'%')
)
</if>
--
Gitblit v1.7.1