From 052d926fc5a53237e499065bbb0148e44388d8c9 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Tue, 3 Jul 2018 14:26:12 +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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 03f69a7..b114fa0 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,10 +382,13 @@ public class PatientFacade { List fmHospitalList = null; //区域范围内孕妇 if (isRegion) { - patientsQuery.setExtEnable(false); + //徐倩说的额改成只查询分娩医院记录 不管是否隐藏建档 20180703 10:01 //http://jira.healthbaby.com.cn/browse/WEB-2711 - + if (type != 3) + { + patientsQuery.setExtEnable(false); + } //王平说的 必须要给区域医院权限,不然他就是蠢逼 201611124 16:41 hospitalList = new ArrayList<>(); -- 1.8.3.1