Commit 9d71607ef48a3f054f4082aa2c38e8747bebed97

Authored by jiangjiazhi
1 parent 0fbd50974d

增加设置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);