From d4e1835ab863a6004932d96da78e31eba62a9481 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Tue, 16 Oct 2018 13:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=B7=BB=E5=8A=A0=E9=AB=98?= =?UTF-8?q?=E5=8D=B1=E5=9B=A0=E7=B4=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java index 6f87307..9d1ba76 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java @@ -589,7 +589,7 @@ public class ViewFacade { map.put("parentId", data.getParentId()); AntExChuQuery antExChuQuery1 = new AntExChuQuery(); - antExChuQuery1.setParentId(patients.getPid()); + antExChuQuery1.setParentId(patients.getId()); antExChuQuery1.setYn(YnEnums.YES.getId()); List antExChuModels = antenatalExaminationService.queryAntExChu(antExChuQuery1); String name = patients.getUsername(); -- 1.8.3.1