From e5e48ecaf2d19f185a42b7ae71bbae2726fb1963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=98=89=E4=BC=9F?= <1724121454@qq.com> Date: Thu, 19 Aug 2021 13:41:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=97=A5=E5=BF=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- integration/src/main/resources/mapper/IntegrationLogMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/src/main/resources/mapper/IntegrationLogMapper.xml b/integration/src/main/resources/mapper/IntegrationLogMapper.xml index 5191bc5f..fb9fd932 100644 --- a/integration/src/main/resources/mapper/IntegrationLogMapper.xml +++ b/integration/src/main/resources/mapper/IntegrationLogMapper.xml @@ -483,5 +483,6 @@ AND REQUEST_DATE_TIME <= #{integration.endDateTime} + ORDER BY REQUEST_DATE_TIME DESC