云端录像详情页添加返回按钮

This commit is contained in:
648540858
2022-08-31 18:07:53 +08:00
parent 275b272160
commit 703c2e292a
5 changed files with 19 additions and 14 deletions

View File

@@ -102,7 +102,7 @@ public class PlatformServiceImpl implements IPlatformService {
@Override
public void online(ParentPlatform parentPlatform) {
logger.info("[国标级联]{}, 平台上线", parentPlatform.getServerGBId());
logger.info("[国标级联]{}, 平台上线/更新注册", parentPlatform.getServerGBId());
platformMapper.updateParentPlatformStatus(parentPlatform.getServerGBId(), true);
ParentPlatformCatch parentPlatformCatch = redisCatchStorage.queryPlatformCatchInfo(parentPlatform.getServerGBId());
if (parentPlatformCatch != null) {