From 62a19d36ede93aa9e23ab4af1d0b0e71f642eec1 Mon Sep 17 00:00:00 2001 From: z66 <1415243231@qq.com> Date: Thu, 21 Aug 2025 11:54:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D8.21=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- task_executor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/task_executor.py b/task_executor.py index a3b6dc0..cae5dc1 100644 --- a/task_executor.py +++ b/task_executor.py @@ -39,8 +39,8 @@ def execute_task(task_id) -> bool: "字段监控": Module.data_monitor, "测试3": Module.text3, "经销商新签服务单转BI": Module.new_dealer_service_order_to_bi, - "合伙人结算登记同步到BI": Module.new_dealer_service_order_to_bi, - "非标业绩提报转BI": Module.new_dealer_service_order_to_bi, + "合伙人结算登记同步到BI": Module.partner_settlement_to_BI, + "非标业绩提报转BI": Module.non_standar_performance_to_BI, # 添加更多任务函数映射... }