Commit ac85ff3233a3a26f7efc0901f884020949579268
1 parent
bd7d38a380
Exists in
master
and in
6 other branches
助产机构报表
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
ac85ff3
| ... | ... | @@ -2636,7 +2636,7 @@ |
| 2636 | 2636 | |
| 2637 | 2637 | httpServletResponse.setContentType("application/force-download"); |
| 2638 | 2638 | httpServletResponse.setHeader("Content-Disposition", "attachment;filename=" + new String(("助产机构报表.xls").getBytes("UTF-8"), "ISO-8859-1")); |
| 2639 | - String path = this.getClass().getResource("/").getPath()+ "\\due_org_report.xls"; | |
| 2639 | + String path = this.getClass().getResource("/").getPath()+ "/due_org_report.xls"; | |
| 2640 | 2640 | System.out.println(path); |
| 2641 | 2641 | ExcelUtil.writeExclFile(path , httpServletResponse.getOutputStream(), areaNames,"成都市","成都取",time,list); |
| 2642 | 2642 | } catch (IOException e) { |