自动化立体仓库 - WMS系统
tqs
2023-01-29 2b2116f33cb653f840b6a45d2a521e659fbfb7e3
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -91,6 +91,10 @@
            throw new CoolException(param.getBarcode() + "数据正在进行入库");
        }
        if(param.getBarcode().length()!=8){
            throw new CoolException("条码长度不是8位===>>" + param.getBarcode());
        }
        int countLoc = locDetlService.selectCount(new EntityWrapper<LocDetl>().eq("zpallet",param.getBarcode()));
        int countWrk = wrkDetlService.selectCount(new EntityWrapper<WrkDetl>().eq("zpallet",param.getBarcode()));
        if (countLoc > 0 || countWrk > 0) {