Commit 9d71607ef48a3f054f4082aa2c38e8747bebed97
1 parent
0fbd50974d
Exists in
master
and in
1 other branch
增加设置parentid
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 @
9d71607
... | ... | @@ -462,7 +462,7 @@ |
462 | 462 | |
463 | 463 | public BaseResponse getEnums() { |
464 | 464 | Map<String, Object> map = new HashMap<>(); |
465 | - map.put("gwfz", basicConfigFacade.getBaseicConfigByParentId(SystemConfig.FXYS)); | |
465 | + map.put("gwfz", basicConfigFacade.getBaseicConfigByParentId(SystemConfig.HIGH_RISK_ID)); | |
466 | 466 | List list = new ArrayList(); |
467 | 467 | list.add(5); |
468 | 468 | list.add(10); |