Commit 9d1c1dbed3a68735d1ce3237c71fe01e8600d024
1 parent
4bda92d65d
Exists in
master
and in
6 other branches
修改孕妇追访bug
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
9d1c1db
... | ... | @@ -442,6 +442,8 @@ |
442 | 442 | if (CollectionUtils.isNotEmpty(residentsArchiveModelList)) { |
443 | 443 | ResidentsArchiveModel residentsArchiveModel = new ResidentsArchiveModel(); |
444 | 444 | residentsArchiveModel.setPregnantBuild("1"); |
445 | + residentsArchiveModel.setFollowupTime(new Date()); | |
446 | + residentsArchiveModel.setStop("0"); | |
445 | 447 | ResidentsArchiveModel archiveModel = residentsArchiveModelList.get(0); |
446 | 448 | residentsArchiveService.updateResident(residentsArchiveModel, archiveModel.getId()); |
447 | 449 | } |