RuoYi
2021-07-29 b254172b60b4ac350c22abb30c1bc520b5110e56
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)