新版仿ok交易所-后端
zyy
2025-09-03 41b107ba7acd40fa32ce9ec8f103dfe1061ecf4e
trading-order-service/src/main/java/com/yami/trading/service/impl/WalletServiceImpl.java
@@ -296,7 +296,8 @@
        if (realtimes != null && realtimes.size() > 0) {
            close = realtimes.get(0).getClose().doubleValue();
        } else {
            throw new YamiShopBindException("参数错误");
            close = 0;
            //throw new YamiShopBindException("参数错误");
        }
        return close;
    }