From e02d399df43522c9697d0c42b76d9546901f3b70 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期三, 20 十一月 2024 17:40:10 +0800 Subject: [PATCH] 读取条码日志打印 --- src/main/java/com/zy/common/utils/ShuttleDispatchUtils.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/common/utils/ShuttleDispatchUtils.java b/src/main/java/com/zy/common/utils/ShuttleDispatchUtils.java index d4f60b1..b0113aa 100644 --- a/src/main/java/com/zy/common/utils/ShuttleDispatchUtils.java +++ b/src/main/java/com/zy/common/utils/ShuttleDispatchUtils.java @@ -103,6 +103,11 @@ continue; } + if (shuttleProtocol.getWorkingMode() == 0) { + //灏忚溅澶勪簬鎵嬪姩妯″紡 + continue; + } + int currentLev = shuttleProtocol.getPoint().getZ();//灏忚溅褰撳墠灞傞珮 String currentLocNo = shuttleProtocol.getCurrentLocNo();//灏忚溅褰撳墠搴撲綅鍙� -- Gitblit v1.9.1