src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -708,9 +708,14 @@ LocMast locMast = locMastService.selectOne(new EntityWrapper<LocMast>() .eq("loc_no", wrkMast.getSourceLocNo())); short staNo = wrkMast.getStaNo().shortValue(); if (wrkMast.getStaNo() == 1004) { staNo = 2003; } // 下发站点信息 staProtocol.setWorkNo(wrkMast.getWrkNo().shortValue()); staProtocol.setStaNo(wrkMast.getStaNo().shortValue()); staProtocol.setStaNo(staNo); staProtocol.setPalletSize(locMast.getLocType2()); if (!MessageQueue.offer(SlaveType.Devp, devpId, new Task(2, staProtocol))) { continue;