src/main/java/com/zy/core/thread/LiftThread.java
@@ -286,7 +286,7 @@ News.info("提升机命令下发[id:{}] >>>>> {},次数:{}", slave.getId(), JSON.toJSON(command), i); OutputQueue.LIFT.offer(MessageFormat.format("【{0}】[id:{1}] >>>>> 命令下发: {2},次数:{}", DateUtils.convert(new Date()), slave.getId(), JSON.toJSON(command), i)); try { Thread.sleep(3000);//命令下发后休眠 Thread.sleep(300);//命令下发后休眠 } catch (InterruptedException e) { throw new RuntimeException(e); }