Commit ae8714d4da49585350d822185c0aed6ad6a050b6
1 parent
8eb82909ce
Exists in
master
and in
6 other branches
肌萎缩
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SmnFacade.java
View file @
ae8714d
... | ... | @@ -511,6 +511,7 @@ |
511 | 511 | SmnModel smnModel = mongoTemplate.findOne(query, SmnModel.class); |
512 | 512 | BeanUtils.copyProperties(smnModel,param, com.lyms.platform.common.utils.BeanUtils.getNullPropertyNames(smnModel)); |
513 | 513 | param.setSfDate(new Date()); |
514 | + param.setSfStatus(param.getRsResult()); | |
514 | 515 | Query query1 = Query.query(Criteria.where("id").is(smnModel.getId())); |
515 | 516 | Update update = MongoConvertHelper |
516 | 517 | .convertToNativeUpdate(ReflectionUtils.getUpdateField(param)); |