src/main/java/com/zy/asrs/service/impl/AgvMobileServiceImpl.java
@@ -516,7 +516,7 @@ //货架编码 mast.setBarcode(agvLocMast.getBarcode()); //货架类型 mast.setWhsType(30); mast.setWhsType(Integer.parseInt(agvLocMast.getBarcode().substring(0,2))); mast.setAppeUser(userId); mast.setAppeTime(now); @@ -666,7 +666,7 @@ throw new CoolException("非手动调拨任务,不支持次功能"); } if (!Cools.isEmpty(agvWrkMast.getSourceLocNo())) { throw new CoolException("当前货架码任有源库位,请确认"); throw new CoolException("当前货架码有源库位,请确认"); } AgvBasDevp agvBasDevp = agvBasDevpService.selectByDevNo(param.getDevNo()); if (Cools.isEmpty(agvWrkMast)) {