Commit c92aaa5fd91143d86d83a4dd71d42d88d4f2ab08
1 parent
adafe6bd33
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/FolicAcidFacade.java
View file @
c92aaa5
| ... | ... | @@ -198,7 +198,7 @@ |
| 198 | 198 | archiveMap.put("username", archiveModel.getUsername()); |
| 199 | 199 | archiveMap.put("birthday",archiveModel.getBirthday()); |
| 200 | 200 | archiveMap.put("age", StringUtils.isEmpty(archiveModel.getBirthday()) ? "" : DateUtil.getAge(DateUtil.parseYMD(archiveModel.getBirthday()))); |
| 201 | - archiveMap.put("phone", FunvCommonUtil.getXingPhone(archiveModel.getPhone())); | |
| 201 | + archiveMap.put("phone", archiveModel.getPhone()); | |
| 202 | 202 | archiveMap.put("id", archiveModel.getId()); |
| 203 | 203 | if (StringUtils.isEmpty(archiveModel.getSex()) || archiveModel.getSex().equals(SystemConfig.WOMAN_ID )){ |
| 204 | 204 | archiveMap.put("sex", "女"); |