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) {