异常待办派发逻辑更改

This commit is contained in:
z66
2025-11-25 17:42:04 +08:00
parent a6808e6bcb
commit 6c316e6c61
7 changed files with 93 additions and 27 deletions
+2 -1
View File
@@ -17,6 +17,7 @@ api_instance = API()
class GDMatchPhoneNumber:
"""高德匹配手机号"""
def __init__(self):
self.loader_company_data = None
self.fild_mapping = {
@@ -199,7 +200,7 @@ class GDMatchPhoneNumber:
self.upload_df(result_df)
logger.info(f"数据上传完成。")
except Exception as e:
# common_module.send_task_error(task_start_time, "高德匹配手机号", str(e))
common_module.send_task_error(task_start_time, "高德匹配手机号", str(e))
error_task_logger.error(f"任务高德匹配手机号执行失败。")
raise