From a78ee46ebb43def6a6bd8bf5c7861977924579c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B?= <1063331231@qq.com> Date: Thu, 12 Jun 2025 19:03:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E6=B6=B2=E8=B7=9D=E7=A6=BB100->10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/iflytop/sgs/app/cmd/debug/DebugLiquidPumpReduceCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {