ZengTao
2025-01-02 b52ee55f66626de151d5a461bff873eeec227b14
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);