异常待办派发逻辑更改
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user