From 7904d92bd2225e9be2a2165c7351a16a112461a2 Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Mon, 9 Jan 2017 17:04:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=A8=A9=E4=BD=9C=E5=BA=9F=E4=BA=A7?= =?UTF-8?q?=E6=A3=80=E5=8A=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java index aba60cf..76e5e24 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java @@ -126,7 +126,7 @@ public class QuanChanPatientWorker implements Callable> { if (CollectionUtils.isNotEmpty(withList)) { chanResult.setcTimes(withList.size()); if (null != withList.get(0).getNextCheckTime()) { - nextCheckTime = DateUtil.getyyyy_MM_dd(patients.getNextCheckTime()); + nextCheckTime = DateUtil.getyyyy_MM_dd(withList.get(0).getNextCheckTime()); } postReviewQuery.setHospitalId(hospital); -- 1.8.3.1