diff --git a/src/main/java/com/iflytop/sgs/app/cmd/debug/DebugLiquidPumpAddCommand.java b/src/main/java/com/iflytop/sgs/app/cmd/debug/DebugLiquidPumpAddCommand.java index ba6d63a..787d934 100644 --- a/src/main/java/com/iflytop/sgs/app/cmd/debug/DebugLiquidPumpAddCommand.java +++ b/src/main/java/com/iflytop/sgs/app/cmd/debug/DebugLiquidPumpAddCommand.java @@ -35,7 +35,7 @@ public class DebugLiquidPumpAddCommand 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");