From f3e192d8c44d0ec77945bad75db171d428d856ad Mon Sep 17 00:00:00 2001 From: jingrow Date: Tue, 5 Aug 2025 18:37:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E5=9C=A8=E6=89=80=E6=9C=89=E8=80=85?= =?UTF-8?q?=E5=B7=B2=E5=AE=8C=E6=88=90=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E5=90=8E=E6=89=8D=E6=9B=B4=E6=96=B0=E6=88=96=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E5=9F=9F=E5=90=8D=E6=89=80=E6=9C=89=E8=80=85=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jcloud/api/domain_west.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jcloud/api/domain_west.py b/jcloud/api/domain_west.py index 3334816..eba9be3 100644 --- a/jcloud/api/domain_west.py +++ b/jcloud/api/domain_west.py @@ -2627,7 +2627,7 @@ def sync_domain_info_from_west(**data): # 同步Domain Owner信息 domain_owner_name = None - if real_data: + if real_data and real_data.get("r_status") == 1: # 从实名信息中提取c_sysid和所有者信息 c_sysid = real_data.get("c_sysid") owner_info = real_data.get("owner", {})