1
3 天以前 80677945b8ad3f73870e0b6d5a424e7130694431
rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/AgvServiceImpl.java
@@ -389,7 +389,7 @@
//                    .map(BasContainer::getCodeType)
//                    .anyMatch(codeType -> barcode.matches(codeType));
        if (!matches) {
            throw new CoolException("容器与站点不匹配");
            return false;
        }
        return true;