From 65cf4fba1e401df7d7c3dc594392423508d4ab08 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Tue, 6 Nov 2018 16:42:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=94=9F=E5=84=BF=E8=AE=BF=E8=A7=86-?= =?UTF-8?q?=E6=9C=AC=E8=BE=96=E5=8C=BA=E5=BE=85=E8=AE=BF=E8=A7=86=E6=96=B0?= =?UTF-8?q?=E7=94=9F=E5=84=BF=E5=88=97=E8=A1=A8=E8=87=AA=E5=8A=A8=E5=91=88?= =?UTF-8?q?=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1