From 34f0154435e241202b0e655193be01ff111e05c8 Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Thu, 8 Sep 2016 11:32:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E7=94=B5=E5=AD=90?= =?UTF-8?q?=E7=97=85=E5=8E=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java | 1 + 1 file changed, 1 insertion(+) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java index a6885ad..4509ed2 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java @@ -1241,6 +1241,7 @@ public class AntenatalExaminationFacade { PatientsQuery patientsQuery1=new PatientsQuery(); patientsQuery1.setPid(patients.getPid()); patientsQuery1.setYn(YnEnums.YES.getId()); + patientsQuery1.setType(1); Patients patients1=new Patients(); patients1.setModified(new Date()); -- 1.8.3.1