Commit de76806fe81ff56dfacc213ed37f4a94a9460cbb
1 parent
a440de0420
Exists in
master
and in
8 other branches
基础数据不分页
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BasicConfigFacade.java
View file @
de76806
... | ... | @@ -156,7 +156,7 @@ |
156 | 156 | */ |
157 | 157 | public List<BasicConfigResult> getBaseicConfigByParentId(String parentId) { |
158 | 158 | BasicConfigQuery basicConfigQuery = new BasicConfigQuery(); |
159 | - basicConfigQuery.setNeed("1"); | |
159 | +// basicConfigQuery.setNeed("1"); | |
160 | 160 | basicConfigQuery.setYn(YnEnums.YES.getId()); |
161 | 161 | basicConfigQuery.setParentId(parentId); |
162 | 162 | List<BasicConfig> datas = basicConfigService.queryBasicConfig(basicConfigQuery); |