删除操作日志记录日志

2.X
RuoYi 2021-05-11 16:52:21 +08:00 committed by 疯狂的狮子li
parent 897c669501
commit 7cb61a6ca9
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public class SysOperlogController extends BaseController
util.exportExcel(response, list, "操作日志");
}
@Log(title = "操作日志", businessType = BusinessType.DELETE)
@PreAuthorize(hasPermi = "system:operlog:remove")
@DeleteMapping("/{operIds}")
public AjaxResult remove(@PathVariable Long[] operIds)