Commit cbaeb0d526a24ea092613299ee70e135f8184016

Authored by jiangjiazhi
1 parent 9fddec0fb4

修改电子病历

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ cbaeb0d
... ... @@ -601,7 +601,7 @@
601 601  
602 602 //产检基本信息
603 603 map.put("checkDate",DateUtil.getyyyy_MM_dd(data.getCheckDate()));
604   - map.put("currentDueDate",data.getCurrentDueDate());
  604 + map.put("currentDueDate",checkWeek(patients));
605 605  
606 606 String checkDoctor = "";
607 607