maven
2025-11-19 c27858b16969db1ff313b73f017187e06bf5aa9c
src/main/java/com/ruoyi/project/monitor/controller/SysOperlogController.java
@@ -64,6 +64,6 @@
    public AjaxResult clean()
    {
        operLogService.cleanOperLog();
        return AjaxResult.success();
        return success();
    }
}