自动化立体仓库 - WMS系统
zhangc
2025-03-19 8c5ce72e1334c972238578b8e21e6b698a68a457
src/main/java/com/zy/common/web/WcsController.java
@@ -578,7 +578,7 @@
        String containerCode = param.getContainerCode();
        if(Cools.isEmpty(containerCode)){
            throw new CoolException("料箱码为空");
            throw new CoolException("货架码为空");
        }
        if(!Character.isDigit(containerCode.charAt(0))){
@@ -618,7 +618,7 @@
            return R.ok();
        }
        return R.error("没有查询到该料箱信息");
        return R.error("没有查询到该货架信息");
    }
@@ -633,7 +633,7 @@
        String containerCode = param.getContainerCode().split(";")[0];
        if(Cools.isEmpty(containerCode)){
            throw new CoolException("料箱码为空");
            throw new CoolException("货架码为空");
        }
        if(!Character.isDigit(containerCode.charAt(0))){
@@ -651,6 +651,7 @@
            if(!Cools.isEmpty(agvWrkMast) && agvWrkMast.getIoType() == 101){
                //将工作党状态改为货架离场
                agvWrkMast.setWrkSts(206L);
                agvWrkMast.setModiTime(new Date());
                agvWrkMastService.updateById(agvWrkMast);
//                //发送货架立场请求,完成工作档
//                List<AgvWrkMast> agvWrkMastList = new ArrayList<>();