#
Junjie
7 天以前 32004d6bb7db528c151cca5bd78c4e557171a9ee
src/main/java/com/zy/core/thread/impl/ZyStationThread.java
@@ -104,7 +104,7 @@
                if (task != null) {
                    step = task.getStep();
                }
                if (step == 2 && task != null) {
                if (step == 2) {
                    sendCommand((StationCommand) task.getData());
                }
            } catch (Exception e) {
@@ -158,6 +158,7 @@
                    stationProtocol.setPalletHeight(statusEntity.getPalletHeight());
                    stationProtocol.setError(statusEntity.getError());
                    stationProtocol.setBarcode(statusEntity.getBarcode());
                    stationProtocol.setRunBlock(statusEntity.isRunBlock());
                }
            }
        }