yaowanxin
2 天以前 dcf2c669cac48202ceea2d6917dff89b9a84cb95
src/main/java/com/ruoyi/project/monitor/controller/SysOperlogController.java
@@ -64,6 +64,6 @@
    public AjaxResult clean()
    {
        operLogService.cleanOperLog();
        return AjaxResult.success();
        return success();
    }
}