Commit f8003dd3743db64cf0de6d4f01b115ae6ae046bf
1 parent
3d0f7cf17d
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 3 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyHealthFacade.java
View file @
f8003dd
... | ... | @@ -1102,7 +1102,9 @@ |
1102 | 1102 | babyMap.put("sex", SexEnum.getTextById(babyModel.getSex())); |
1103 | 1103 | babyMap.put("birth", DateUtil.getyyyy_MM_dd(babyModel.getBirth())); |
1104 | 1104 | babyMap.put("mname", babyModel.getMname()); |
1105 | - babyMap.put("address", babyModel.getAddress()); | |
1105 | + String liveAddress = CommonsHelper.getResidence(babyModel.getProvinceId(), babyModel.getCityId(), | |
1106 | + babyModel.getAreaId(), babyModel.getStreetId(), babyModel.getAddress(), basicConfigService); | |
1107 | + babyMap.put("address", liveAddress); | |
1106 | 1108 | babyMap.put("mphone", babyModel.getMphone()); |
1107 | 1109 | row.put("baby", babyMap); |
1108 | 1110 | // ids.add(babyModel.getId()); |