ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/SysOperlogController.java
@@ -21,7 +21,7 @@
/**
 * 操作日志记录
 *
 *
 * @author ruoyi
 */
@RestController
@@ -52,7 +52,7 @@
    @Log(title = "操作日志", businessType = BusinessType.DELETE)
    //@PreAuthorize("@ss.hasPermi('monitor:operlog:remove')")
    @DeleteMapping("/{operIds}")
    @GetMapping("/{operIds}")
    public AjaxResult remove(@PathVariable Long[] operIds)
    {
        return toAjax(operLogService.deleteOperLogByIds(operIds));
@@ -60,7 +60,7 @@
    @Log(title = "操作日志", businessType = BusinessType.CLEAN)
    //@PreAuthorize("@ss.hasPermi('monitor:operlog:remove')")
    @DeleteMapping("/clean")
    @GetMapping("/clean")
    public AjaxResult clean()
    {
        operLogService.cleanOperLog();