自动化立体仓库 - WMS系统
skyouc
2026-01-10 22e544b28e3fae353f3a257dec4080c17e015a54
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -1476,7 +1476,7 @@
        }
        List<LocAroundBind> binds = locAroundBindService.selectList(new EntityWrapper<LocAroundBind>().eq("dev_no", basDevice.getDevNo()));
        if (Objects.isNull(binds) || binds.isEmpty()) {
            throw new CoolException("台机未绑定工作站台!!");
            throw new CoolException("机台未绑定工作站台!!");
        }
        Set<String> locs = binds.stream().map(LocAroundBind::getBLocNo).collect(Collectors.toSet());