src/main/java/com/zy/core/thread/LiftThread.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/core/thread/LiftThread.java
@@ -358,6 +358,10 @@ //取出命令 NyLiftCommand command = commands.get(commandStep); if (!redisCommand.getLiftNo().equals(liftProtocol.getLiftNo())) { return false; } //下发命令 if (!write(command)) { News.error("提升机命令下发失败,提升机号={},任务数据={}", command.getLiftNo(), JSON.toJSON(command)); @@ -376,7 +380,7 @@ short[] commandArr = getCommandArr(command);//获取命令报文 BasLiftOpt opt = new BasLiftOpt( redisCommand.getWrkNo().intValue(), redisCommand.getLiftNo().intValue(), liftProtocol.getLiftNo().intValue(), new Date(), null, null,