Commit 9b90bb86c1a16b0a322f60867a10d1899cb3cacb
1 parent
c9de087703
Exists in
master
and in
1 other branch
座机号 替换的问题
Showing 1 changed file with 3 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/CorrectDataWorker.java
View file @
9b90bb8
| ... | ... | @@ -77,10 +77,13 @@ |
| 77 | 77 | patients1.setPostViewTimes(postReviewService.count(postReviewQuery)); |
| 78 | 78 | //最后产检时间 |
| 79 | 79 | patients1.setLastCTime(findLastCTime(patients.getId())); |
| 80 | + | |
| 81 | + patientsService.updatePatient(patients1); | |
| 80 | 82 | //修改最后一次定义高危时间 |
| 81 | 83 | antExFacade.updateLastRhTime(patients.getId(),patients.getHospitalId()); |
| 82 | 84 | //修改高危 |
| 83 | 85 | antExFacade.updateLastRisk(patients.getId()); |
| 86 | + | |
| 84 | 87 | counter.incrementAndGet(); |
| 85 | 88 | } |
| 86 | 89 | }catch (Exception e){ |