src/main/java/com/ruoyi/project/monitor/controller/SysOperlogController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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)