From 5df7cf9b2458fae5e4cbcf9adf2160d57a8a9240 Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Tue, 23 Feb 2021 10:35:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=BA=E9=81=93=E6=8D=8E?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E6=8C=89=E5=87=BA=E5=8F=91=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=80=92=E5=8F=99=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/sds/SdsInfoDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/resources/mapper/sds/SdsInfoDao.xml b/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/resources/mapper/sds/SdsInfoDao.xml index 75f995af..443ee7eb 100644 --- a/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/resources/mapper/sds/SdsInfoDao.xml +++ b/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/resources/mapper/sds/SdsInfoDao.xml @@ -53,7 +53,7 @@ and t.USER_ID = #{userId} - order by sort,CREATED_TIME desc + order by sort,DEPARTURE_TIME desc LIMIT #{pageIndex},#{pageSize}