Commit 6b661015292113bfe587dafe804455cd1e9dc505
1 parent
543941bcb0
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/service/impl/ReportServiceImpl.java
View file @
6b66101
... | ... | @@ -4681,6 +4681,7 @@ |
4681 | 4681 | int days = DateUtil.getDays(antExRecordModel.getLastMenses(),antExRecordModel.getBuildTime() ); |
4682 | 4682 | map.put("dueWeek", com.lyms.platform.common.utils.StringUtils.dueWeek(days)); |
4683 | 4683 | map.put("age", DateUtil.getAge(antExRecordModel.getBrith())); |
4684 | + map.put("phone", antExRecordModel.getPhone()); | |
4684 | 4685 | //居住地 |
4685 | 4686 | String liveAddress = CommonsHelper.getResidence(antExRecordModel.getProvinceId(), antExRecordModel.getCityId(), |
4686 | 4687 | antExRecordModel.getAreaId(), antExRecordModel.getStreetId(), antExRecordModel.getAddress(), basicConfigService); |