#
lty
4 天以前 a454c4e3e56ed63a7676348f260a240fa18be481
src/main/java/com/zy/core/thread/SiemensCrnThread.java
@@ -602,7 +602,7 @@
//        if (result != null && result.IsSuccess) {
//            Thread.sleep(200);
//            this.readStatus();
////            News.info("堆垛机命令下发[id:{}] >>>>> {}", slave.getId(), JSON.toJSON(command));
////            News.info("堆垛机命令下发[{}] >>>>> {}", slave.getId(), JSON.toJSON(command));
//            OutputQueue.CRN.offer(MessageFormat.format("【{0}】[id:{1}] >>>>> 命令下发: {2}", DateUtils.convert(new Date()), slave.getId(), JSON.toJSON(command)));
//            return true;
//        } else {