Commit 25374ada11a03bba8a20d8e2c98cfa4ffde02578

Authored by dongqin
1 parent bc6a1735f9

添加birthStr

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEvaluationCriterionServiceImpl.java View file @ 25374ad
... ... @@ -403,6 +403,7 @@
403 403 stringStringMap.put("ageStr", DateUtil.getBabyMonthAge(model.getBirth(), new Date()));
404 404 stringStringMap.put("checkTimeStr", DateUtil.getyyyy_MM_dd(model.getCheckTime()));
405 405 stringStringMap.put("checkDoctorStr", usersMapper.getUsers(Integer.parseInt(model.getCheckDoctor())).getName());
  406 + stringStringMap.put("birthStr", DateUtil.getyyyy_MM_dd(model.getBirth()));
406 407 list.add(stringStringMap);
407 408 }
408 409 BaseResponse baseResponse = new BaseResponse();