From d31f9fd10d55b827286a95dfda9732e32a42005c Mon Sep 17 00:00:00 2001 From: liquanyu Date: Fri, 20 Oct 2017 15:14:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=A3=80=E8=8A=82=E7=82=B9=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/lyms/platform/operate/web/facade/AreaCountFacade.java | 2 +- .../com/lyms/platform/operate/web/worker/CheckPointCountWorker.java | 1 - .../java/com/lyms/platform/operate/web/worker/CheckWeeksNumWorker.java | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AreaCountFacade.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AreaCountFacade.java index c7c2ae1..3b1e34a 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AreaCountFacade.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AreaCountFacade.java @@ -600,7 +600,7 @@ public class AreaCountFacade { } AntExRecordQuery antExRecordQuery = new AntExRecordQuery(); - antExRecordQuery.setBirthStart(startTime); + antExRecordQuery.setBuildTimeStart(startTime); antExRecordQuery.setBuildTimeEnd(endTime); antExRecordQuery.setHospitalList(hospitalIds); antExRecordQuery.setPage(page); diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/CheckPointCountWorker.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/CheckPointCountWorker.java index 74d9a02..ec1b28c 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/CheckPointCountWorker.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/CheckPointCountWorker.java @@ -62,7 +62,6 @@ public class CheckPointCountWorker implements Callable{ this.hospitalIds = hospitalIds; this.startTime = startTime; this.endTime = endTime; - this.endTime = endTime; this.pointType = pointType; this.recordService = recordService; } diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/CheckWeeksNumWorker.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/CheckWeeksNumWorker.java index 623bee8..28e8ffd 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/CheckWeeksNumWorker.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/CheckWeeksNumWorker.java @@ -45,7 +45,7 @@ public class CheckWeeksNumWorker implements Callable> { Map map = new HashMap<>(); AntExRecordQuery antExRecordQuery = new AntExRecordQuery(); - antExRecordQuery.setBirthStart(startTime); + antExRecordQuery.setBuildTimeStart(startTime); antExRecordQuery.setBuildTimeEnd(endTime); antExRecordQuery.setHospitalId(hospitalId); if (pointType != null && pointType == 1) -- 1.8.3.1