Administrator
2026-08-06 f54aacc766b306d9110cbcfad0b0ab805b7105f1
src/main/java/com/xcong/excoin/modules/gateApi/GateConfigPersistenceService.java
@@ -105,6 +105,7 @@
                .stopLossCount(dto.getStopLossCount())
                .takeProfitGridSpan(dto.getTakeProfitGridSpan())
                .priceDriveEnabled(nvl(dto.getPriceDriveEnabled(), true))
                .rounds(dto.getRounds())
                .build();
    }