Commit d270e5ad307da41009761be506e9984d6e4fd048
1 parent
cf413992f8
Exists in
master
and in
6 other branches
update
Showing 2 changed files with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/CancerScreeningFacade.java
View file @
d270e5a
... | ... | @@ -642,7 +642,7 @@ |
642 | 642 | return; |
643 | 643 | }else { |
644 | 644 | mongoTemplate.updateFirst(Query.query(Criteria.where("parentId").is(cancerScreeningModel.getId())), |
645 | - new Update().unset("nextAfterVisitTime").set("type",3), BreastAfterVisitModel.class); | |
645 | + new Update().unset("nextAfterVisitTime").set("type",2), BreastAfterVisitModel.class); | |
646 | 646 | } |
647 | 647 | } |
648 | 648 | //新增和修改追访主表 |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/CervicalCancerServiceImpl.java
View file @
d270e5a
... | ... | @@ -1224,7 +1224,7 @@ |
1224 | 1224 | return; |
1225 | 1225 | }else { |
1226 | 1226 | mongoTemplate.updateFirst(Query.query(Criteria.where("parentId").is(cervicalCancerRequest.getId())), |
1227 | - new Update().unset("nextAfterVisitTime").set("type",3), CervixVisitModel.class); | |
1227 | + new Update().unset("nextAfterVisitTime").set("type",2), CervixVisitModel.class); | |
1228 | 1228 | } |
1229 | 1229 | } |
1230 | 1230 | //新增和修改随访主表 |