Commit 3d88daa305936bf4d7f9e66b00e1305b263e3edb
1 parent
b0d0fd1655
Exists in
master
and in
1 other branch
儿童建档
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
3d88daa
... | ... | @@ -829,9 +829,9 @@ |
829 | 829 | Patients patients = patientsService.findOnePatientByCardNo(puerperaQuery); |
830 | 830 | map.put("patients",patients); |
831 | 831 | |
832 | - if (patients != null && StringUtils.isNotEmpty(patients.getPhone())) { | |
833 | - babyQuery.setPhoneId(patients.getPhone()); | |
834 | - } | |
832 | +// if (patients != null && StringUtils.isNotEmpty(patients.getPhone())) { | |
833 | +// babyQuery.setPhoneId(patients.getPhone()); | |
834 | +// } | |
835 | 835 | |
836 | 836 | models = babyBookbuildingService.queryBabyBuildByCond(babyQuery); |
837 | 837 |