Commit 733dc9b0dc184a4d653e4ddb33171b6238e19c7f
1 parent
7d972b55d7
Exists in
master
and in
1 other branch
儿童追访记录
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
733dc9b
... | ... | @@ -523,9 +523,9 @@ |
523 | 523 | model = babyCheckService.addBabyCheck(model); |
524 | 524 | |
525 | 525 | // 添加追访记录 |
526 | - Date nextDate = model.getNextDate(); | |
526 | + Date nextDate = bm.getNextDate(); | |
527 | 527 | if (nextDate != null) { |
528 | - babyAfterVisitService.addOrUpdateAfterVisitData(model, TYPE_CHECK, STATUS_TYPE_NO); | |
528 | + babyAfterVisitService.addOrUpdateAfterVisitData(bm, TYPE_CHECK, STATUS_TYPE_NO); | |
529 | 529 | } |
530 | 530 | bm.setId(request.getBuildId()); |
531 | 531 | babyAfterVisitService.addOrUpdateAfterVisitData(bm, TYPE_STATISTICS, STATUS_TYPE_CHECK); |