Commit 3c0df9076536e55e10e20e7c5e0fb31c0c84e6ad
1 parent
de886e1fee
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BoneFacade.java
View file @
3c0df90
... | ... | @@ -247,6 +247,7 @@ |
247 | 247 | BabyModel babyModel = babyBookbuildingService.queryBabyBuildById(model.getPatientId()); |
248 | 248 | data.put("userName",babyModel.getName()); |
249 | 249 | data.put("age", DateUtil.getBabyMonthAge(babyModel.getBirth(), model.getCreated())); |
250 | + data.put("ageNum", DateUtil.getMonth(babyModel.getBirth(), model.getCreated())); | |
250 | 251 | data.put("sex", babyModel.getSex() == null ? "" : SexEnum.getTextById(babyModel.getSex())); |
251 | 252 | data.put("position",model.getPosition()); |
252 | 253 | data.put("sos",model.getSos()); |