rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/PdaOutStockServiceImpl.java
@@ -445,7 +445,9 @@ throw new CoolException("站点状态不为空闲"); } List<Long> areaList = basStation.getCrossZoneArea(); List<Long> areaList = basStation.getCrossZoneArea().stream() .map(Integer::longValue) .collect(Collectors.toList()); if (Cools.isEmpty(areaList)) { throw new CoolException("当前站点库区未配置"); }