Commit de7c48d51a1d8876f7ea4a3e77f6635d323df9db
1 parent
0ec26d146d
Exists in
master
and in
6 other branches
婚检导出
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PremaritalCheckupFacade.java
View file @
de7c48d
... | ... | @@ -1394,6 +1394,7 @@ |
1394 | 1394 | cnames.put("zhiDaoYiJian", "指导意见");*/ |
1395 | 1395 | |
1396 | 1396 | response.setContentType("application/octet-stream"); |
1397 | + response.setCharacterEncoding("UTF-8"); | |
1397 | 1398 | response.setHeader("Content-Disposition", "attachment;fileName=" + "huanjian.xls"); |
1398 | 1399 | ExcelUtil.toExcel(out, list, cnames); |
1399 | 1400 |