自动化立体仓库 - WCS系统
1
zhangc
2025-03-25 8e1267325e9ac43e80b6febee086a8f66bb5417f
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -196,9 +196,9 @@
                        } else {
                            staProtocol.setWorkNo((short) 9995);
                            if (inSta.getStaNo() != 402) {
                                staProtocol.setStaNo((short) (inSta.getStaNo() - 1));
                            } else {
                                staProtocol.setStaNo((short) (inSta.getStaNo() + 1));
                            } else {
                                staProtocol.setStaNo((short) (inSta.getStaNo() - 1));
                            }
                            devpThread.setPakMk(staProtocol.getSiteId(), false);
                            boolean result = MessageQueue.offer(SlaveType.Devp, devp.getId(), new Task(2, staProtocol));