新签合伙人、非标业绩提报

This commit is contained in:
z66
2025-08-20 17:30:06 +08:00
parent 6e09b431e3
commit 82450a98d3
13 changed files with 1244 additions and 110 deletions
-1
View File
@@ -24,7 +24,6 @@ def main():
# 设置每分钟检查一次是否有新任务需要加载到队列
schedule.every(1).minutes.do(load_tasks_and_execute)
# 主循环,用于持续检查和执行定时任务
while True:
schedule.run_pending()