RuoYi
2021-11-01 29c45d39cb78b1c0bfeb72f6134945c8df1881df
src/main/java/com/ruoyi/project/monitor/controller/SysOperlogController.java
@@ -48,6 +48,7 @@
        return util.exportExcel(list, "操作日志");
    }
    @Log(title = "操作日志", businessType = BusinessType.DELETE)
    @PreAuthorize("@ss.hasPermi('monitor:operlog:remove')")
    @DeleteMapping("/{operIds}")
    public AjaxResult remove(@PathVariable Long[] operIds)