Commit 3f73ee9048c726ddcc0e4951eb66f0486b6d8f01
1 parent
f22d02550e
Exists in
master
and in
6 other branches
秦皇岛-儿保检-加上联系方式,把*去掉
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
3f73ee9
... | ... | @@ -1227,6 +1227,7 @@ |
1227 | 1227 | |
1228 | 1228 | map.put("monthAge", DateUtil.getMonth(babyModel.getBirth(), babyCheckModel.getCheckDate())); |
1229 | 1229 | map.put("birth",DateUtil.getyyyy_MM_dd(babyModel.getBirth())); |
1230 | + map.put("mphone",babyModel.getMphone()); | |
1230 | 1231 | } |
1231 | 1232 | map.put("checkMonthAge", babyCheckModel.getCheckMonth() + "月龄"); |
1232 | 1233 | map.put("checkTime", DateUtil.getyyyy_MM_dd(babyCheckModel.getCheckDate())); |