sharding配置

release
yishiqihuasheng 2 years ago
parent a0dec2d8fe
commit 730b4c2c23
  1. 1
      dxhy-core/src/main/java/com/dxhy/core/controller/FtpDownloadController.java

@ -98,6 +98,7 @@ public class FtpDownloadController extends AbstractController {
response.setContentType(this.getContentType(fileName));
} else {
response.setContentType("application/octet-stream");
response.setContentType("application/vnd.ms-excel");
}
response.setHeader("Content-disposition",
"attachment; filename=" + new String(fileName.getBytes(StandardCharsets.UTF_8), "ISO8859-1"));

Loading…
Cancel
Save