Commit 09d03ddba13f98564fa48864ec471741ede9666b
1 parent
76a55c51d2
Exists in
master
and in
8 other branches
增加权限
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BasicConfigFacade.java
View file @
09d03dd
| ... | ... | @@ -35,8 +35,8 @@ |
| 35 | 35 | |
| 36 | 36 | BasicConfigQuery basicConfigQuery = new BasicConfigQuery(); |
| 37 | 37 | basicConfigQuery.setNeed("1"); |
| 38 | - basicConfigQuery.setId(basicConfigQueryRequest.getId()); | |
| 39 | - basicConfigQuery.setParentId(basicConfigQueryRequest.getParentId()); | |
| 38 | +// basicConfigQuery.setId(basicConfigQueryRequest.getId()); | |
| 39 | +// basicConfigQuery.setParentId(basicConfigQueryRequest.getParentId()); | |
| 40 | 40 | basicConfigQuery.setPage(basicConfigQueryRequest.getPage()); |
| 41 | 41 | basicConfigQuery.setLimit(basicConfigQueryRequest.getLimit()); |
| 42 | 42 | basicConfigQuery.setYn(YnEnums.YES.getId()); |