自动化立体仓库 - WMS系统
Administrator
2023-08-14 c7ee9e7a9a0cb96d1c48bf8a8dff061f16e8a29b
src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java
@@ -67,9 +67,9 @@
//            if(!station.getInEnable().equals("Y")) {
//                throw new CoolException(devpNo+"站点不是可入状态");
//            }
            if(wrkMastService.getWorkingMast(devpNo)>0){
                throw new CoolException(devpNo+"站点不能同时生成两笔入库工作档");
            }
//            if(wrkMastService.getWorkingMast(devpNo)>0){
//                throw new CoolException(devpNo+"站点不能同时生成两笔入库工作档");
//            }
        }
        return station;
    }