ipo
zyy
2026-01-08 4affbdf8938d321c0926bc2b1832dfc81c317ffa
trading-order-service/src/main/java/com/yami/trading/service/syspara/LocalSysparaServiceImpl.java
@@ -86,6 +86,18 @@
      } else if ("index_new_symbols".equals(code)) {
         String result = sysparaService.find("index_new_symbols").getSvalue();
         object = result;
      } else if ("withdraw_limit".equals(code)) {
         String result = sysparaService.find("withdraw_limit").getSvalue();
         object = result;
      } else if ("withdraw_limit_btc".equals(code)) {
         String result = sysparaService.find("withdraw_limit_btc").getSvalue();
         object = result;
      } 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;