Commit a45844ea7a95f8d8bf3e187d53b3aad713c869bd
1 parent
5932a5ff83
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/result/AntExManagerResult.java
View file @
a45844e
... | ... | @@ -227,6 +227,7 @@ |
227 | 227 | setName(e.getName()); |
228 | 228 | setAge(DateUtil.getAge(e.getBrith()) + ""); |
229 | 229 | // setPhone(StringUtils.encryPhone(e.getPhone())); |
230 | + setPhone(e.getPhone()); | |
230 | 231 | setBarCode(e.getBarCode()); |
231 | 232 | int days = DateUtil.getDays(e.getLastMenses(),e.getCheckTime() ); |
232 | 233 | setcDueWeek(StringUtils.dueWeek(days)); |