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());