Commit 894aef212e4af16e4ee9251d70bbff6d57f4d4f6
1 parent
5dbcb89b6d
Exists in
master
and in
1 other branch
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
894aef2
... | ... | @@ -168,7 +168,7 @@ |
168 | 168 | { |
169 | 169 | patientsQuery.setHospitalId(null); |
170 | 170 | patientsQuery.setVcCardNo(null); |
171 | - patientsQuery.setCardNo(patients.get(0).getCardNo()); | |
171 | + patientsQuery.setCardNo(patientsVc.get(0).getCardNo()); | |
172 | 172 | patients = yunBookbuildingService.queryPregnantWithQuery(patientsQuery); |
173 | 173 | } |
174 | 174 | } |