Commit 13aacb9a27c6d565b35ed80478169f98e6fec4a9
1 parent
4e27079d9f
Exists in
master
and in
7 other branches
分娩接口维护
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
13aacb9
... | ... | @@ -768,6 +768,7 @@ |
768 | 768 | patientsQuery.setPage(patientManagerRequest.getPage()); |
769 | 769 | } |
770 | 770 | |
771 | + patientsQuery.setBuildTypeNot(1); | |
771 | 772 | patientsQuery.setHospitalId(autoMatchFacade.getHospitalId(patientManagerRequest.getOperatorId())); |
772 | 773 | patientsQuery.setProvinceId(StringUtils.isEmpty(patientManagerRequest.getProvinceRegisterId()) ? null : patientManagerRequest.getProvinceRegisterId()); |
773 | 774 | patientsQuery.setCityId(StringUtils.isEmpty(patientManagerRequest.getCityRegisterId()) ? null : patientManagerRequest.getCityRegisterId()); |