|
|
@@ -183,7 +183,6 @@ public class WfTextbookClaimController {
|
|
|
// @ApiOperation(value = "申领记录条件导出")
|
|
|
// public ResponseEntity<byte[]> claimRecordsExportQuery(@Valid ClaimRecordsExportQueryDto dto) throws IOException {
|
|
|
ByteArrayOutputStream bot = wfTextbookClaimService.claimRecordsExportQuery(dto);
|
|
|
-
|
|
|
String fileName = "申领记录";
|
|
|
fileName = URLEncoder.encode(fileName, StandardCharsets.UTF_8);
|
|
|
return RT.fileStream(bot.toByteArray(), fileName + ExcelTypeEnum.XLSX.getValue());
|