From bfff548132d7dac59075dd71fa67d54edfef4431 Mon Sep 17 00:00:00 2001 From: qiaoxinjiu Date: Tue, 3 Feb 2026 18:03:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E4=B8=BA=E4=BA=A7=E5=93=812.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zendao_tools/handle_bug.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zendao_tools/handle_bug.py b/zendao_tools/handle_bug.py index 394b3a8..e82bb5a 100644 --- a/zendao_tools/handle_bug.py +++ b/zendao_tools/handle_bug.py @@ -95,7 +95,7 @@ def get_all_bugs_and_send(): product_name = product.get('name') # 只获取产品ID为2的 - if product_id != 2: + if product_id != 1: continue print(f"\n获取产品 '{product_name}' 的Bug...") @@ -376,7 +376,7 @@ def send_simple_report(): message = f"🐛 禅道Bug速报\n" message += f"⏰ 时间: {current_time}\n" - message += f"📊 产品: 智慧运营平台V1.0\n" + message += f"📊 产品: 智慧运营平台V2.0\n" message += f"================================\n" message += f"📈 当前总Bug数: {total_bugs}\n" message += f"🔗 查看详情: {bug_url}\n"