chen.lin
4 天以前 0ecec045e757e070a521c26139aed252bca3ca3b
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("当前站点库区未配置");
        }