Commit c506da0366c9d42d0152d4a0d313b3e825145593

Authored by liquanyu
1 parent 9ea73480e4

update code

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 @ c506da0
... ... @@ -1163,7 +1163,7 @@
1163 1163 map.put("age",UnitUtils.unitSplice(DateUtil.getAge(patients.getBirth()),UnitConstants.SUI));
1164 1164 map.put("phone",patients.getPhone());
1165 1165 map.put("fmWeek",checkWeek(patients));
1166   - map.put("dueDate",DateUtil.getyyyy_MM_dd(patients.getDueDate()));
  1166 + map.put("dueDate",DateUtil.getyyyy_MM_dd(patients.getFmDate()));
1167 1167 map.put("mremark",patients.getMremark());
1168 1168 //高危因素
1169 1169 HighScoreResult highScoreResult = null;