wu
2024-12-18 041d9bd56e7e761af3df78a39e9c8f629868f360
hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/edgstoragecage/service/impl/EdgStorageCageServiceImpl.java
@@ -57,7 +57,7 @@
        if (flag && CollectionUtil.isNotEmpty(emptyList)) {
            return emptyList.get(0);
        }
        if (CollectionUtil.isEmpty(emptyList) || emptyList.size() == 1) {
        if (CollectionUtil.isEmpty(emptyList)) {
            return null;
        }
        return emptyList.get(0);