Commit 7794ed6315d4db28c5f76247e64a9576533b7887

Authored by wtt
1 parent eb8bec94cb
Exists in master and in 1 other branch dev

确认时间 修改为 确诊时间

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java View file @ 7794ed6
... ... @@ -1133,7 +1133,7 @@
1133 1133 header.put("husbandPhone", "丈夫手机");
1134 1134 header.put("rFactor", "重点疾病");
1135 1135 header.put("rLevel", "高危等级");
1136   - header.put("acknowledgingTiem", "确时间");
  1136 + header.put("acknowledgingTiem", "确时间");
1137 1137 header.put("exportime", "随访-第一次日期");
1138 1138 response.setContentType("application/force-download");
1139 1139 response.setHeader("Content-Disposition", "attachment;filename=" + new String(("重点孕妇登记表.xls").getBytes("UTF-8"), "ISO-8859-1"));