From 4281dee9bf5abdfd05b113d5d2fdc0c96e7b712d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B?= <1063331231@qq.com> Date: Thu, 12 Jun 2025 19:05:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E6=B6=B2=E4=BD=93=E6=B7=B1=E5=BA=A6?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/iflytop/sgs/app/cmd/control/LiquidReduceCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/iflytop/sgs/app/cmd/control/LiquidReduceCommand.java b/src/main/java/com/iflytop/sgs/app/cmd/control/LiquidReduceCommand.java index 678d817..28e6bc5 100644 --- a/src/main/java/com/iflytop/sgs/app/cmd/control/LiquidReduceCommand.java +++ b/src/main/java/com/iflytop/sgs/app/cmd/control/LiquidReduceCommand.java @@ -46,7 +46,7 @@ public class LiquidReduceCommand extends BaseCommandHandler { } JSONArray jsonArray = cmdDTO.getJSONArrayParam("columns");//获取参数 Double height=cmdDTO.getDoubleParam("height");//抽液针头下降高度 - if(height>50){ + if(height>54){ throw new AppException(ResultCode.PARAMETER_OUT_OF_RANGE); } Assert.isTrue(!jsonArray.isEmpty(), () -> new AppException(ResultCode.INVALID_PARAMETER));//参数校验