Commit 3e9c295f218412754d90f327c2894c51864474aa
1 parent
6acb4f94e4
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
3e9c295
... | ... | @@ -2580,7 +2580,7 @@ |
2580 | 2580 | cnamesMap(cnames); |
2581 | 2581 | response.setContentType("application/octet-stream"); |
2582 | 2582 | response.setCharacterEncoding("UTF-8"); |
2583 | - response.setHeader("Content-Disposition", "attachment;fileName=" + "csdata22.xls"); | |
2583 | + response.setHeader("Content-Disposition", "attachment;fileName=" + "csdata.xls"); | |
2584 | 2584 | ExcelUtil.toExcel(out, datas, cnames); |
2585 | 2585 | } catch (Exception e) { |
2586 | 2586 | ExceptionUtils.catchException(e, "产筛导出异常"); |