Commit 8ee61e9c by RuoYi

批量删除操作不记录

parent ab3716c4
......@@ -50,7 +50,6 @@ public class OperlogController extends BaseController
}
@RequiresPermissions("monitor:operlog:batchRemove")
@Log(title = "监控管理", action = "操作日志-批量删除")
@PostMapping("/batchRemove")
@ResponseBody
public Message batchRemove(@RequestParam("ids[]") Long[] ids)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment