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