From 27a3f64a1aa117b9eb4acc5a8d8ab4dc4ac28d10 Mon Sep 17 00:00:00 2001 From: songyunpeng Date: Mon, 17 Aug 2020 16:47:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=97=E6=84=BF=E8=80=85=20=E7=B2=BE?= =?UTF-8?q?=E5=BD=A9=E8=AF=B4=E8=AF=B4=E4=BF=AE=E6=94=B9?= 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 cfff372a..302c4dfb 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 @@ -182,7 +182,7 @@ AND actInfo.ID = #{actId} - #{timestamp} + #{timestamp} ) temp ORDER BY temp.actCurrentState ASC,temp.CREATED_TIME desc