Commit d1a20a87e7774fe163bf404fc7dde6c1d693174f
1 parent
93a7496d57
Exists in
master
and in
8 other branches
code update
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
d1a20a8
| ... | ... | @@ -473,8 +473,8 @@ |
| 473 | 473 | |
| 474 | 474 | |
| 475 | 475 | PatientsQuery pQuery = new PatientsQuery(); |
| 476 | - patientsQuery.setYn(YnEnums.YES.getId()); | |
| 477 | - patientsQuery.setId(id); | |
| 476 | + pQuery.setYn(YnEnums.YES.getId()); | |
| 477 | + pQuery.setId(id); | |
| 478 | 478 | List<Patients> list = yunBookbuildingService.queryPregnantWithQuery(pQuery); |
| 479 | 479 | if (CollectionUtils.isNotEmpty(list)) |
| 480 | 480 | { |