mirror of https://gitee.com/y_project/RuoYi.git
批量删除操作不记录
parent
ab3716c4f4
commit
8ee61e9c8c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue