diff --git a/honeycom-log/honeycom-log-biz/src/main/resources/mapper/SysLogMapper.xml b/honeycom-log/honeycom-log-biz/src/main/resources/mapper/SysLogMapper.xml index d4ba98a..6f0d7cb 100644 --- a/honeycom-log/honeycom-log-biz/src/main/resources/mapper/SysLogMapper.xml +++ b/honeycom-log/honeycom-log-biz/src/main/resources/mapper/SysLogMapper.xml @@ -12,6 +12,7 @@ sys_log WHERE create_time >= CURDATE() - INTERVAL 30 DAY + and service_id like '%simulation-%' GROUP BY log_date ORDER BY