自动化立体仓库 - WMS系统
zhangc
2025-01-07 aa22bc31604e33e4d86cf7f4918a26192760209b
src/main/java/com/zy/asrs/service/impl/AgvWorkServiceImpl.java
@@ -640,7 +640,8 @@
        }
        if (Cools.isEmpty(agvLocMast)) {
            throw new CoolException("暂无当前出库站点类型的空货架!");
            log.info("暂无当前出库站点类型的空货架!");
            return;
        }
        //生成工作档
        createWrkMast(110, 21L, agvLocMast.getLocNo(), agvBasDevp.getDevNo(), agvLocMast.getBarcode(), now, userId, containerType, agvLocMast.getPltType());
@@ -1242,6 +1243,9 @@
            throw new CoolException(matnr + "商品维护失败");
        }
        OrderDetl orderDetl = orderDetlService.selectItem(orderNo, mat.getMatnr(), batch, csocode);
        if (orderDetl == null) {
            throw new CoolException("订单明细不存在");
        }
        AgvWrkDetl wrkDetl = new AgvWrkDetl();
        wrkDetl.sync(mat);
        if (orderDetl != null) {