Commit 53d5b8f153a3c6ddd180cc626d3da3dc154fcb24
1 parent
b0aaec212a
Exists in
master
and in
1 other branch
1
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
53d5b8f
... | ... | @@ -148,7 +148,7 @@ |
148 | 148 | |
149 | 149 | public BaseResponse getEnums() { |
150 | 150 | Map<String, Object> map = new HashMap<>(); |
151 | - map.put("gwfz", basicConfigFacade.getBaseicConfigByParentId(SystemConfig.GWFZ)); | |
151 | + map.put("gwfz", basicConfigFacade.getBaseicConfigByParentId(SystemConfig.FXYS)); | |
152 | 152 | List list = new ArrayList(); |
153 | 153 | list.add(5); |
154 | 154 | list.add(10); |