diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java index e307dc5..fe92ae0 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java @@ -498,7 +498,7 @@ public class NewbornServiceImpl extends BaseServiceImpl implements INewbornVisit //获取用户权限医院和筛选条件的交集 List currentUserHospPermissions = areaCountFacade.getCurrentUserHospPermissions(userId, provinceId, cityId, areaId); - if (provinceId != null && cityId != null && areaId != null) + if (provinceId != null && cityId != null) { PatientsQuery patientsQuery = new PatientsQuery(); patientsQuery.setHospitalList(currentUserHospPermissions);