Commit c70b0453728454745be3d68737ca12f1d72bcbf5
1 parent
15545a0eb2
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 5 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
c70b045
... | ... | @@ -426,7 +426,11 @@ |
426 | 426 | } |
427 | 427 | patientsQuery.setHospitalList(hospitalList); |
428 | 428 | |
429 | - patientsQuery.setFmHospitalQueryList(hospitalList); | |
429 | + if (com.lyms.platform.common.utils.StringUtils.isNotEmpty(riskPatientsQueryRequest.getCprovinceId())) | |
430 | + { | |
431 | + patientsQuery.setFmHospitalQueryList(hospitalList); | |
432 | + } | |
433 | + | |
430 | 434 | } else { |
431 | 435 | String hospital = autoMatchFacade.getHospitalId(userId); |
432 | 436 | patientsQuery.setHospitalId(hospital); |