Commit bc8e67d8c1f995971d994f39b8ccf240f4769853

Authored by liquanyu
1 parent 103b9065f9

儿童报告

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyNutritionFacade.java View file @ bc8e67d
... ... @@ -316,6 +316,7 @@
316 316 map.put("height", model.getHeight());
317 317 Organization org = organizationService.getOrganization(Integer.parseInt(hospitalId));
318 318 map.put("hospitalName", org.getName());
  319 + map.put("reportMonthAge",StringUtils.emptyDeal(DateUtil.getBabyMonthAge(baby.getBirth(), model.getNutritiTime())));
319 320  
320 321  
321 322 int month = DateUtil.getMonth(baby.getBirth(), model.getNutritiTime());