Commit 2640ff7ef3eea856cb1662c6d22f865598213d4c
1 parent
2550c2f19e
Exists in
master
and in
6 other branches
commit
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BasicConfigFacade.java
View file @
2640ff7
| ... | ... | @@ -78,6 +78,7 @@ |
| 78 | 78 | obj.setModifiedDate(System.currentTimeMillis()); |
| 79 | 79 | obj.setCode(basicConfigUpdateRequest.getCode()); |
| 80 | 80 | obj.setName(basicConfigUpdateRequest.getName()); |
| 81 | + | |
| 81 | 82 | obj.setId(basicConfigUpdateRequest.getId()); |
| 82 | 83 | obj.setEnable(basicConfigUpdateRequest.getEnable()); |
| 83 | 84 | obj.setTypeId(basicConfigUpdateRequest.getTypeId()); |