新版仿ok交易所-后端
1
zj
yesterday 640ccb9229224642515527daf87f308a7aa9bdf4
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) {