Commit e9f553fbd3e954e6e1e2f4afa2fbc62fa467c383
1 parent
ae8714d4da
Exists in
master
and in
6 other branches
肌萎缩
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SmnFacade.java
View file @
e9f553f
... | ... | @@ -536,7 +536,7 @@ |
536 | 536 | SmnModel smnModel = mongoTemplate.findOne(query, SmnModel.class); |
537 | 537 | BeanUtils.copyProperties(smnModel,param, com.lyms.platform.common.utils.BeanUtils.getNullPropertyNames(smnModel)); |
538 | 538 | param.setSfDate(new Date()); |
539 | - smnModel.setSfStatus(6); | |
539 | + param.setSfStatus(6); | |
540 | 540 | Query query1 = Query.query(Criteria.where("id").is(smnModel.getId())); |
541 | 541 | Update update = MongoConvertHelper |
542 | 542 | .convertToNativeUpdate(ReflectionUtils.getUpdateField(param)); |