From afdc55fc920b4f66d0a9dd7714ec2303e7a59966 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Tue, 3 Jul 2018 11:02:00 +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 --- .../main/java/com/lyms/platform/operate/web/facade/PatientFacade.java | 2 +- 1 file changed, 1 insertion(+), 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 149892f..03f69a7 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,7 @@ 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 -- 1.8.3.1