Commit 65cf4fba1e401df7d7c3dc594392423508d4ab08
1 parent
aece4f8828
Exists in
master
and in
6 other branches
新生儿访视-本辖区待访视新生儿列表自动呈现
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java
View file @
65cf4fb
... | ... | @@ -498,7 +498,7 @@ |
498 | 498 | //获取用户权限医院和筛选条件的交集 |
499 | 499 | List<String> currentUserHospPermissions = areaCountFacade.getCurrentUserHospPermissions(userId, provinceId, |
500 | 500 | cityId, areaId); |
501 | - if (provinceId != null && cityId != null && areaId != null) | |
501 | + if (provinceId != null && cityId != null) | |
502 | 502 | { |
503 | 503 | PatientsQuery patientsQuery = new PatientsQuery(); |
504 | 504 | patientsQuery.setHospitalList(currentUserHospPermissions); |