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));