Commit cffd8fed1467c21546aeba9840d0f81e5f15fb35
1 parent
35bff24b0c
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/MeasureInfoFacade.java
View file @
cffd8fe
... | ... | @@ -1642,6 +1642,7 @@ |
1642 | 1642 | map.put("babyName", baby.getName()); |
1643 | 1643 | map.put("sex", SexEnum.getTextById(baby.getSex())); |
1644 | 1644 | map.put("birth", DateUtil.getyyyy_MM_dd(baby.getBirth())); |
1645 | + map.put("month", DateUtil.getMonth(baby.getBirth(),new Date())); | |
1645 | 1646 | map.put("vcCardNo", baby.getVcCardNo()); |
1646 | 1647 | |
1647 | 1648 | babies.add(map); |