Commit 8caba634ef663055f4bc7eeaa79ab5b0dca99d68
1 parent
1081c236aa
Exists in
master
and in
6 other branches
导出
Showing 1 changed file with 2 additions and 5 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
8caba63
| ... | ... | @@ -1132,11 +1132,8 @@ |
| 1132 | 1132 | patientManagerQueryModel.setPhone(patients.getPhone()); |
| 1133 | 1133 | patientManagerQueryModel.setCardNo(patients.getCardNo()); |
| 1134 | 1134 | }else{ |
| 1135 | -// patientManagerQueryModel.setPhone(DefenceUtils.getPhone(patients.getPhone())); | |
| 1136 | -// patientManagerQueryModel.setCardNo(DefenceUtils.getCardNo(patients.getCardNo())); | |
| 1137 | - | |
| 1138 | - patientManagerQueryModel.setPhone(patients.getPhone()); | |
| 1139 | - patientManagerQueryModel.setCardNo(patients.getCardNo()); | |
| 1135 | + patientManagerQueryModel.setPhone(DefenceUtils.getPhone(patients.getPhone())); | |
| 1136 | + patientManagerQueryModel.setCardNo(DefenceUtils.getCardNo(patients.getCardNo())); | |
| 1140 | 1137 | } |
| 1141 | 1138 | patientManagerQueryModel.setBuildWeek(dueWeek); |
| 1142 | 1139 |