自动化立体仓库 - WMS系统
chen.llin
8 小时以前 375f337b2a91e59beb0b41dc89353de1e92aa6a1
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -214,7 +214,7 @@
                throw new CoolException("入库类型错误,type:" + type);
        }
        // 条码存在agv任务
        int count = taskService.selectCount(new EntityWrapper<Task>().eq("barcode", barcode));
        int count = taskService.selectCount(new EntityWrapper<Task>().eq("barcode", barcode).eq("is_deleted", 0));
        if (count > 0) {
            throw new CoolException(barcode+ ":条码存在agv搬运任务!");
        }