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"