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);