Commit d1ccac321a92a0145197c92acd43428f33dc7237
1 parent
621cb7ec19
Exists in
dev
调整大同地区电话全部显示
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
d1ccac3
... | ... | @@ -3504,7 +3504,7 @@ |
3504 | 3504 | } catch (Exception e) { |
3505 | 3505 | // 什么都不干 |
3506 | 3506 | } |
3507 | - if ("1000000114".equals(patients.getHospitalId())) { | |
3507 | + if ("1000000114".equals(patients.getHospitalId()) || "2100002419".equals(patients.getHospitalId())) { | |
3508 | 3508 | patientManagerQueryModel.setPhone(patients.getPhone()); |
3509 | 3509 | patientManagerQueryModel.setCardNo(patients.getCardNo()); |
3510 | 3510 | } else { |