续约待办上线

This commit is contained in:
2025-12-31 11:05:09 +08:00
parent 2621e2b98e
commit 3e4e2c8f41
5 changed files with 550 additions and 1 deletions
+1 -1
View File
@@ -527,7 +527,7 @@ class RenewalToDo:
common_module.send_task_status(task_start_time, "续约回访待办")
except Exception as e:
error_task_logger.error(f"续约回访待办发生错误{e}")
# common_module.send_task_error(task_start_time, "续约回访待办", str(e))
common_module.send_task_error(task_start_time, "续约回访待办", str(e))
if __name__ == '__main__':