Commit 7904d92bd2225e9be2a2165c7351a16a112461a2
1 parent
e43d2ea9ee
Exists in
master
and in
7 other branches
分娩作废产检劵
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java
View file @
7904d92
... | ... | @@ -126,7 +126,7 @@ |
126 | 126 | if (CollectionUtils.isNotEmpty(withList)) { |
127 | 127 | chanResult.setcTimes(withList.size()); |
128 | 128 | if (null != withList.get(0).getNextCheckTime()) { |
129 | - nextCheckTime = DateUtil.getyyyy_MM_dd(patients.getNextCheckTime()); | |
129 | + nextCheckTime = DateUtil.getyyyy_MM_dd(withList.get(0).getNextCheckTime()); | |
130 | 130 | } |
131 | 131 | postReviewQuery.setHospitalId(hospital); |
132 | 132 |