From 4d35051ffc912d3483a390c7913dac956d6e3c9a Mon Sep 17 00:00:00 2001 From: ycggyao Date: Tue, 22 Apr 2025 16:11:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(backend):=20mongodb=20webconsole=E7=BC=BA?= =?UTF-8?q?=E5=B0=91bk=5Fcloud=5Fid=E9=97=AE=E9=A2=98=20#10214=20#=20Revie?= =?UTF-8?q?wed,=20transaction=20id:=2039837?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dbm-ui/backend/flow/utils/mongodb/mongodb_util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dbm-ui/backend/flow/utils/mongodb/mongodb_util.py b/dbm-ui/backend/flow/utils/mongodb/mongodb_util.py index 3006cb44fe..b70ac2e72d 100644 --- a/dbm-ui/backend/flow/utils/mongodb/mongodb_util.py +++ b/dbm-ui/backend/flow/utils/mongodb/mongodb_util.py @@ -146,6 +146,7 @@ def get_mongodb_webconsole_args(cluster_id: int, session: str, command: str, tim ) return { + "bk_cloud_id": cluster.bk_cloud_id, "cluster_id": cluster.cluster_id, "cluster_type": cluster.cluster_type, "cluster_domain": cluster.immute_domain,