rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/AgvServiceImpl.java
@@ -269,6 +269,8 @@ if (!matches) { throw new CoolException("条码与站点不匹配"); } } else { throw new CoolException("数据异常:验证基础信息"); } return basStation; @@ -331,12 +333,14 @@ // boolean matches = containers.stream() // .map(BasContainer::getCodeType) // .anyMatch(codeType -> barcode.matches(codeType)); if (!matches) { throw new CoolException("条码与站点不匹配"); } if (!matches2) { throw new CoolException("查询到的容器不支持目标库区"); } if (!matches) { throw new CoolException("条码与站点不匹配"); } } else { throw new CoolException("数据异常:验证基础信息"); } return basStation;