Commit 02988844e9119b8ae433fcfc8bb9ae2342cc3045
1 parent
4f2afc314b
Exists in
master
and in
6 other branches
两癌
Showing 1 changed file with 0 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/CancerScreeningFacade.java
View file @
0298884
... | ... | @@ -1133,7 +1133,6 @@ |
1133 | 1133 | cancerExamineModel.setPosition(6); |
1134 | 1134 | } |
1135 | 1135 | cancerExamineModel.setExamineDate(recordModel.getExamineDate()); |
1136 | - cancerExamineModel.setPosition(recordModel.getExamineLevel()); | |
1137 | 1136 | Update update=MongoConvertHelper |
1138 | 1137 | .convertToNativeUpdate(ReflectionUtils.getUpdateField(cancerExamineModel)); |
1139 | 1138 | mongoTemplate.updateFirst(Query.query(Criteria.where("id").is(cancerExamineModel.getId())), update, CancerExamineModel.class); |