Commit 7dad2e2e6a0c2bea4f210ae2ce9c1ff9a67afa6d
1 parent
0b23f5b789
Exists in
master
and in
1 other branch
孕妇建档
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 @
7dad2e2
... | ... | @@ -101,6 +101,7 @@ |
101 | 101 | } |
102 | 102 | if (yunRequest.getPregnantPhone() != null) |
103 | 103 | { |
104 | + patientsQuery.setCardNo(null); | |
104 | 105 | patientsQuery.setPhone(yunRequest.getPregnantPhone()); |
105 | 106 | //判断该手机号码在 孕期内有没有建档 |
106 | 107 | List<Patients> patients = yunBookbuildingService.queryPregnantWithQuery(patientsQuery); |