新版仿ok交易所-后端
1
zj
20 hours ago f31fc9f42f78de0808e7f4bdc797c5e622df09e3
trading-order-huobi/src/main/java/com.yami.trading.huobi/data/internal/AdjustmentValueServiceImpl.java
@@ -35,7 +35,7 @@
        BigDecimal new_price = realtime.getClose();
        BigDecimal plus = value.abs();
//        if (plus.divide(new_price, 2, RoundingMode.HALF_UP).compareTo(new BigDecimal("0.1")) > 0) {
//            throw new YamiShopBindException("调整偏差过大,超过10%");
//            throw new YamiShopBindException("Adjustment deviation too large, exceeds 10%");
//        }
        if (second <= 0) {