From 946c96f5f7f59dfed6b0c21a4f390be3cf9e5636 Mon Sep 17 00:00:00 2001 From: songyunpeng Date: Fri, 16 Jul 2021 17:32:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E5=90=8D=E5=AD=97=20?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=20=E6=8B=9B=E5=8B=9F=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/activity/ActInfoDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7532394a..00abc35f 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, - CONCAT(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,