From 16da98260f5f4ebec12e7b61013a6c6b1f2fddd1 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Tue, 3 Jul 2018 10:08:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=A8=A9=E7=AE=A1=E7=90=86=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/lyms/platform/operate/web/facade/PatientFacade.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java index b4d77f9..149892f 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java @@ -382,7 +382,11 @@ public class PatientFacade { List fmHospitalList = null; //区域范围内孕妇 if (isRegion) { - patientsQuery.setExtEnable(false); + //patientsQuery.setExtEnable(false); + //徐倩说的额改成只查询分娩医院记录 不管是否隐藏建档 20180703 10:01 + //http://jira.healthbaby.com.cn/browse/WEB-2711 + + //王平说的 必须要给区域医院权限,不然他就是蠢逼 201611124 16:41 hospitalList = new ArrayList<>(); fmHospitalList = new ArrayList<>(); -- 1.8.3.1