Merge remote-tracking branch 'origin/dev/前端页面修改' into dev/前端页面修改

This commit is contained in:
lin
2025-04-15 09:03:24 +08:00
6 changed files with 67 additions and 10 deletions

View File

@@ -169,7 +169,7 @@ public class ZLMMediaNodeServerService implements IMediaNodeServerService {
return true;
}else {
log.info("[zlm-deleteRecordDirectory] 删除磁盘文件错误, server: {} {}:{}->{}/{}, 结果: {}", mediaServer.getId(), app, stream, date, fileName, jsonObject);
return false;
throw new ControllerException(ErrorCode.ERROR100.getCode(), "删除磁盘文件失败");
}
}