Commit 833535fb13cc99f87e4c9abda2a158a5024c6197
1 parent
875afd8e22
Exists in
master
and in
6 other branches
修改孕妇追访bug12
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
833535f
... | ... | @@ -530,6 +530,7 @@ |
530 | 530 | downRecordQuery.setHospitalId(patient.getHospitalId()); |
531 | 531 | if (StringUtils.isNotEmpty(patient.getCardNo())) { |
532 | 532 | downRecordQuery.setCardNo(patient.getCardNo()); |
533 | + | |
533 | 534 | } else if (StringUtils.isNotEmpty(patient.getPhone())) { |
534 | 535 | downRecordQuery.setPhone(patient.getPhone()); |
535 | 536 | } |