From 8cb062fa3a7d7091b6c8ad8bc69678458f33e7d8 Mon Sep 17 00:00:00 2001
From: liuchuang <123456>
Date: Tue, 16 Nov 2021 09:55:36 +0800
Subject: [PATCH] =?UTF-8?q?PC=E7=AB=AF=E6=B4=BB=E5=8A=A8=E5=88=97=E8=A1=A8?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A0=87=E9=A2=98=E6=A3=80=E7=B4=A2=E6=9D=A1?=
=?UTF-8?q?=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/activity/ActInfoDao.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActInfoDao.xml b/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActInfoDao.xml
index 9cf5ba07..160a1a2e 100644
--- a/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActInfoDao.xml
+++ b/esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActInfoDao.xml
@@ -135,6 +135,9 @@
AND actInfo.ACT_STATUS = #{actStatus}
+
+ AND actInfo.TITLE like concat('%', #{title}, '%')
+
ORDER BY
actInfo.TOP_FLAG desc,
actInfo.CREATED_TIME DESC