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