自动化立体仓库 - WMS系统
1
zhangc
2025-04-18 c02ff401df349f9e82fd378ab1f76f0b7fa9ebe4
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -292,8 +292,8 @@
            }
        });
        if(param.getBarcode().length()!=9){
            throw new CoolException("条码长度不是9位===>>" + param.getBarcode());
        if(param.getBarcode().length()!=8){
            throw new CoolException("条码长度不是8位===>>" + param.getBarcode());
        }
        int countLoc = locDetlService.selectCount(new EntityWrapper<LocDetl>().eq("zpallet",param.getBarcode()));