Commit b7c5654d4d534e10d1734d15cb3a870235c23352
1 parent
89c2fb49dc
Exists in
master
and in
6 other branches
乐陵住院提醒列表手机和证件号加密
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientMarkHospServiceFacade.java
View file @
b7c5654
| ... | ... | @@ -594,8 +594,8 @@ |
| 594 | 594 | else if (patients.getType() == 3) { |
| 595 | 595 | result.setcDueWeek("已分娩"); |
| 596 | 596 | } |
| 597 | - result.setCardNo(patients.getCardNo()); | |
| 598 | - result.setPhone( DefenceUtils.getPhone(patients.getPhone())); | |
| 597 | + result.setCardNo(DefenceUtils.getCardNo(patients.getCardNo())); | |
| 598 | + result.setPhone(DefenceUtils.getPhone(patients.getPhone())); | |
| 599 | 599 | result.setVcCardNo(patients.getVcCardNo()); |
| 600 | 600 | result.setAge(DateUtil.getAge(patients.getBirth()) + "岁"); |
| 601 | 601 | result.setName(patients.getUsername()); |