Commit 4d13dd50f0df876a53fc070db63c9b72de6f65b0

Authored by yangfei
1 parent e384ec89fb

追访

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java View file @ 4d13dd5
... ... @@ -398,6 +398,8 @@
398 398 if("1000000114".equals(hospitalId)){
399 399 header.put("sendCareMan", "母子保健手册");
400 400 header.put("bookbuildingDate", "发放时间");
  401 + }else{
  402 + header.put("bookbuildingDate", "建档时间");
401 403 }
402 404 httpServletResponse.setContentType("application/force-download");
403 405 httpServletResponse.setHeader("Content-Disposition", "attachment;filename=" + new String(("建档管理.xls").getBytes("UTF-8"), "ISO-8859-1"));