From c4025bef4692143f42761db053ea66e614b17f33 Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Sat, 17 Jul 2021 21:04:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BF=97=E6=84=BF=E8=80=85?= =?UTF-8?q?=E7=B2=BE=E5=BD=A9=E8=AF=B4=E8=AF=B4=E5=88=97=E8=A1=A8=E5=BC=82?= =?UTF-8?q?=E5=B8=B8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/activity/ActInfoDao.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 00abc35f..357f767d 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 @@ -155,7 +155,7 @@ select * from ( SELECT actInfo.ID, - actInfo.TITLE as TITLE, + actInfo.TITLE as TITLE, CONCAT(actInfo.TITLE,'集锦') as TITLE, actInfo.HEAD_PIC, DATE_FORMAT(actInfo.ACT_START_TIME,'%Y-%m-%d %H:%i') ACT_START_TIME, @@ -486,7 +486,7 @@