648540858
2022-03-15 28e5c1ae05100c7229230ef9adf749b16c6ff4ee
修复平台编辑的bug
1个文件已修改
2 ■■■ 已修改文件
src/main/java/com/genersoft/iot/vmp/storager/impl/VideoManagerStoragerImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/genersoft/iot/vmp/storager/impl/VideoManagerStoragerImpl.java
@@ -543,7 +543,7 @@
            if (parentPlatformCatch == null) { // serverGBId 已变化
                ParentPlatform parentPlatById = platformMapper.getParentPlatById(parentPlatform.getId());
                // 使用旧的查出缓存ID
                parentPlatformCatch = redisCatchStorage.queryPlatformCatchInfo(parentPlatById.getServerGBId());
                parentPlatformCatch = new ParentPlatformCatch();
                parentPlatformCatch.setId(parentPlatform.getServerGBId());
                redisCatchStorage.delPlatformCatchInfo(parentPlatById.getServerGBId());
            }