diff --git a/integration/src/main/resources/mapper/IntegrationLogMapper.xml b/integration/src/main/resources/mapper/IntegrationLogMapper.xml index fb9fd932..ddd2bc08 100644 --- a/integration/src/main/resources/mapper/IntegrationLogMapper.xml +++ b/integration/src/main/resources/mapper/IntegrationLogMapper.xml @@ -482,6 +482,9 @@ AND REQUEST_DATE_TIME <= #{integration.endDateTime} + + AND PARAM LIKE '%${integration.param}%' + ORDER BY REQUEST_DATE_TIME DESC