|
|
@ -269,9 +269,8 @@ public class SysUserController {
|
|
|
|
@ApiOperation("下载用户导入模板")
|
|
|
|
@ApiOperation("下载用户导入模板")
|
|
|
|
@CommonLog("下载用户导入模板")
|
|
|
|
@CommonLog("下载用户导入模板")
|
|
|
|
@GetMapping(value = "/sys/user/downloadImportUserTemplate", produces = MediaType.APPLICATION_OCTET_STREAM_VALUE)
|
|
|
|
@GetMapping(value = "/sys/user/downloadImportUserTemplate", produces = MediaType.APPLICATION_OCTET_STREAM_VALUE)
|
|
|
|
public CommonResult<String> downloadImportUserTemplate(HttpServletResponse response) throws IOException {
|
|
|
|
public void downloadImportUserTemplate(HttpServletResponse response) throws IOException {
|
|
|
|
sysUserService.downloadImportUserTemplate(response);
|
|
|
|
sysUserService.downloadImportUserTemplate(response);
|
|
|
|
return CommonResult.ok();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|