删除操作日志记录日志

2.X
RuoYi 4 years ago
parent 7f802e8274
commit d855fd67b4

@ -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)

Loading…
Cancel
Save