diff --git a/src/main/java/com/iflytop/sgs/app/cmd/debug/DebugLiquidPumpReduceCommand.java b/src/main/java/com/iflytop/sgs/app/cmd/debug/DebugLiquidPumpReduceCommand.java index 1090818..c4b2ec7 100644 --- a/src/main/java/com/iflytop/sgs/app/cmd/debug/DebugLiquidPumpReduceCommand.java +++ b/src/main/java/com/iflytop/sgs/app/cmd/debug/DebugLiquidPumpReduceCommand.java @@ -35,7 +35,7 @@ public class DebugLiquidPumpReduceCommand extends BaseCommandHandler { // Double volume = cmdDTO.getDoubleParam("volume"); // double scale = systemConfigService.getSystemConfigDoubleByCode(SystemConfigCode.scale_water); // double position = volume * scale; - double position=100; + double position=10; Double speed = cmdDTO.getDoubleParam("speed"); return runAsync(() -> { if (speed != null) {