src/main/java/com/zy/asrs/controller/LiftController.java
@@ -262,8 +262,8 @@ } LiftRedisCommand redisCommand = JSON.parseObject(o.toString(), LiftRedisCommand.class); LiftAssignCommand assignCommand = redisCommand.getAssignCommand(); List<LiftCommand> commands = assignCommand.getCommands(); LiftCommand command = commands.get(commandStep); List<NyLiftCommand> commands = assignCommand.getCommands(); NyLiftCommand command = commands.get(commandStep); command.setComplete(complete != 0); redisUtil.set("lift_wrk_no_" + wrkNo, JSON.toJSONString(redisCommand)); return R.ok();