Browse Source

抽液距离100->10

master
王梦远 2 months ago
parent
commit
a78ee46ebb
  1. 2
      src/main/java/com/iflytop/sgs/app/cmd/debug/DebugLiquidPumpReduceCommand.java

2
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) {

Loading…
Cancel
Save