Commit 9b88f975c0a5cdf61348d2522a86e517d545cf28
1 parent
2e6a521cff
Exists in
master
修改产检删除
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
9b88f97
... | ... | @@ -763,6 +763,8 @@ |
763 | 763 | patientsQuery.setLimit(patientManagerRequest.getLimit()); |
764 | 764 | patientsQuery.setPage(patientManagerRequest.getPage()); |
765 | 765 | } |
766 | + patientsQuery.setExtEnable(false); | |
767 | + | |
766 | 768 | patientsQuery.setHospitalId(autoMatchFacade.getHospitalId(patientManagerRequest.getOperatorId())); |
767 | 769 | patientsQuery.setProvinceRegisterId(StringUtils.isEmpty(patientManagerRequest.getProvinceRegisterId()) ? null : patientManagerRequest.getProvinceRegisterId()); |
768 | 770 | patientsQuery.setCityRegisterId(StringUtils.isEmpty(patientManagerRequest.getCityRegisterId()) ? null : patientManagerRequest.getCityRegisterId()); |