From 27e36dfaaf3a7d845d1ed040a175934fed8ba2cd Mon Sep 17 00:00:00 2001 From: liquanyu Date: Fri, 15 Jun 2018 16:19:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=B7=E5=B7=9E=E4=BA=A7=E6=A3=80=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=B7=BB=E5=8A=A0=E5=A4=84=E7=90=86=E6=84=8F=E8=A7=81?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=8E=86=E5=8F=B2=E6=95=B0=E6=8D=AE=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/lyms/platform/operate/web/controller/TestController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java index 1c0cbf7..6284e86 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java @@ -1719,9 +1719,9 @@ public class TestController extends BaseController { antExQuery.setHospitalId(hospitalId); } - if (StringUtils.isNotEmpty(cid)) + if (StringUtils.isNotEmpty(fid)) { - antExQuery.setId(cid); + antExQuery.setId(fid); } List antenatalExaminationModelList = antenatalExaminationService.queryAntenatalExamination(antExQuery.convertToQuery()); -- 1.8.3.1