Commit 337090eab25474563d12d1b367c15b130d06acd1

Authored by zhangchao
1 parent 35f4c5f0cf
Exists in dev

#fix:优化建档管理导出产检医生字段

Showing 1 changed file with 3 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java View file @ 337090e
... ... @@ -818,6 +818,9 @@
818 818 header.put("cardNo", "身份证号");
819 819 header.put("bookbuildingDoctor", "建档医生");
820 820 }
  821 + if ("2100002419".equals(hospitalId)){
  822 + header.put("lastCheckEmployeeId", "产检医生");
  823 + }
821 824 httpServletResponse.setContentType("application/force-download");
822 825 httpServletResponse.setHeader("Content-Disposition", "attachment;filename=" + new String(("建档管理.xls").getBytes("UTF-8"), "ISO-8859-1"));
823 826 ExcelUtil.toExcel(httpServletResponse.getOutputStream(), list, header);