From 99b37430be38034d5b8092b75035a3cd221b610b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B?= <1063331231@qq.com> Date: Thu, 12 Jun 2025 01:35:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E6=B6=B2=E9=87=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iflytop/sgs/app/cmd/debug/DebugLiquidPumpAddCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");