ipo
zyy
2025-12-30 d9430c2ed4e2bc3564f4c9057563dd5f5605f28b
trading-order-service/src/main/java/com/yami/trading/service/syspara/LocalSysparaServiceImpl.java
@@ -95,6 +95,9 @@
      } else if ("withdraw_limit_eth".equals(code)) {
         String result = sysparaService.find("withdraw_limit_eth").getSvalue();
         object = result;
      } else if ("withdraw_limit_usdc".equals(code)) {
         String result = sysparaService.find("withdraw_limit_usdc").getSvalue();
         object = result;
      }
      return object;