Administrator
2026-06-09 ba5f378ea4634b9b1c71b138e13fd5a8b2cfed10
src/main/java/com/xcong/excoin/modules/gateApi/GateGridTradeService.java
@@ -1405,7 +1405,7 @@
            }
        }
        if (furthestSlId == 0) {
            furthestSlId = -11;
            furthestSlId = -(Integer.parseInt(config.getBaseQuantity()) + 1);
        }
        log.info("[Gate] 多仓追挂止损, 当前最远止损gridId:{}, 追加{}张", furthestSlId, filledQty);
        for (int i = 0; i < filledQty; i++) {
@@ -1438,7 +1438,7 @@
            }
        }
        if (furthestSlId == 0) {
            furthestSlId = 11;
            furthestSlId = Integer.parseInt(config.getBaseQuantity()) + 1;
        }
        log.info("[Gate] 空仓追挂止损, 当前最远止损gridId:{}, 追加{}张", furthestSlId, filledQty);
        for (int i = 0; i < filledQty; i++) {