fix:日志模块回退

This commit is contained in:
2026-02-04 11:48:03 +08:00
parent 4a2f995584
commit 0f70f2b5b2
2 changed files with 0 additions and 2 deletions

View File

@@ -68,7 +68,6 @@ public class SysLogServiceImpl extends ServiceImpl<SysLogMapper, SysLog> impleme
wrapper.ge(SysLog::getCreateTime, sysLog.getCreateTime()[0])
.le(SysLog::getCreateTime, sysLog.getCreateTime()[1]);
}
wrapper.like(SysLog::getServiceId, "simulation-");
return baseMapper.selectPage(page, wrapper);
}

View File

@@ -12,7 +12,6 @@
sys_log
WHERE
create_time >= CURDATE() - INTERVAL 30 DAY
and service_id like '%simulation-%'
GROUP BY
log_date
ORDER BY