Commit d70b31e41c53134be27f626fbd1910245b442d58

Authored by liquanyu
1 parent 46a30fba1a

update

Showing 1 changed file with 6 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ d70b31e
... ... @@ -1247,6 +1247,12 @@
1247 1247  
1248 1248 map.put("hospitalId", hospitalId);
1249 1249 map.put("nextCheckTime", DateUtil.getyyyy_MM_dd(data.getNextCheckTime()));
  1250 + if (patients.getFmDate() != null)
  1251 + {
  1252 + map.put("nextCheckWeek",ResolveUtils.getPregnancyWeek(patients.getFmDate(), data.getNextCheckTime()));
  1253 + }
  1254 +
  1255 +
1250 1256 map.put("healthStatus", data.getHealthStatus());
1251 1257 map.put("psychology", data.getPsychology());
1252 1258