|
|
@@ -242,7 +242,7 @@ public class TextbookSubscriptionController {
|
|
|
|
|
|
String fileName = "征订详情";
|
|
|
fileName = URLEncoder.encode(fileName, StandardCharsets.UTF_8);
|
|
|
- return RT.fileStream(bot.toByteArray(), "TextbookSubscription" + ExcelTypeEnum.XLSX.getValue());
|
|
|
+ return RT.fileStream(bot.toByteArray(), fileName + ExcelTypeEnum.XLSX.getValue());
|
|
|
}
|
|
|
|
|
|
@PostMapping("/subscription-instockroom-export-query")
|