自动化立体仓库 - WCS系统
#
luxiaotao1123
2020-08-25 21cccdc6f7c148c82a5e0634e56a325b79348655
src/main/java/com/zy/core/thread/CrnThread.java
@@ -212,6 +212,7 @@
            System.out.println(MessageFormat.format("【{0}】[id:{1}] >>>>> {2}", DateUtils.convert(new Date()), slave.getId(), JSON.toJSON(command)));
            OutputQueue.CRN.offer(MessageFormat.format("【{0}】[id:{1}] >>>>> 命令下发: {2}", DateUtils.convert(new Date()), slave.getId(), JSON.toJSON(command)));
            return;
        } while (false);