chenrui
2025-06-03 6e7c712456a8cf5693321edd2f3482aaf61d08b0
src/main/java/com/ruoyi/project/monitor/controller/SysOperlogController.java
@@ -64,6 +64,6 @@
    public AjaxResult clean()
    {
        operLogService.cleanOperLog();
        return AjaxResult.success();
        return success();
    }
}