TQS
2023-12-12 0fb5bde724660f19e83a4de3b7c73d9a988e0274
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) {