#
TQS
2024-08-15 78bb4bd47e4d492ff75cc407c574ff75db199afe
src/main/java/com/zy/asrs/controller/SteController.java
@@ -261,6 +261,7 @@
                SteThread steThread = (SteThread) SlaveConnection.get(SlaveType.Ste, steSlave.getId());
                SteProtocol steProtocol = steThread.getSteProtocol();
                if (steProtocol == null) { continue; }
                if (steProtocol.loca==0) continue;
                SteCommand steCommand = new SteCommand();
                steCommand.setSteNo(param.getSteNo()); // 穿梭车编号
                if (steProtocol.getMode() == 0) {