Commit 3decc7d10c64e08027a3f4aac6c8187c9c56ed51
Exists in
master
and in
6 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PlantformConfigServiceImpl.java
View file @
3decc7d
| ... | ... | @@ -150,6 +150,7 @@ |
| 150 | 150 | plantformConfigModel.setSerchKey(key); |
| 151 | 151 | plantformConfigModel.setId(new ObjectId(id)); |
| 152 | 152 | plantformConfigModel.setParentId(parentId); |
| 153 | + plantformConfigModel.setValue(content); | |
| 153 | 154 | |
| 154 | 155 | Update update = MongoConvertHelper.convertToNativeUpdate(ReflectionUtils.getUpdateField(plantformConfigModel)); |
| 155 | 156 | mongoTemplate.updateFirst(Query.query(Criteria.where("id").is(id)), update, PlantformConfigModel.class); |