yaowanxin
2025-08-14 2e67b4a6d474c584daf2ab1ff1df9d785f902b96
src/main/java/com/ruoyi/project/monitor/controller/SysOperlogController.java
@@ -64,6 +64,6 @@
    public AjaxResult clean()
    {
        operLogService.cleanOperLog();
        return AjaxResult.success();
        return success();
    }
}