1
zhangc
2025-03-25 d1876cbf4ed43c93911d1b0758e84059169dd9d9
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -195,9 +195,9 @@
                            }
                        } else {
                            staProtocol.setWorkNo((short) 9995);
                            if (inSta.getStaNo()!=402){
                                staProtocol.setStaNo((short) (inSta.getStaNo() + 1));
                            }else {
                            if (inSta.getStaNo() != 402) {
                                staProtocol.setStaNo((short) (inSta.getStaNo() - 1));
                            } else {
                                staProtocol.setStaNo((short) (inSta.getStaNo() + 1));
                            }
                            devpThread.setPakMk(staProtocol.getSiteId(), false);