Browse Source

增加新任务

zjl 2 years ago
parent
commit
a9f2c5ae56
1 changed files with 4 additions and 1 deletions
  1. 4 1
      taskmanager/tasks.py

+ 4 - 1
taskmanager/tasks.py

@@ -50,7 +50,9 @@ from apps.web.dealer.tasks import (report_feedback_to_dealer_via_wechat,
                                    batch_set_server_settings,
                                    set_server_settings,
                                    push_shanghai_platform_heatbeat,
-                                   export_modify_customer_balance_record_excel_from_db,)
+                                   export_modify_customer_balance_record_excel_from_db,
+                                   ledger_consume_order_stats
+                                   )
 
 from apps.web.management.tasks import (weekly_notify_finance_manager,
                                        whale_withdraw_order_alert,
@@ -120,6 +122,7 @@ set_server_settings = celery_task(set_server_settings)
 export_modify_customer_balance_record_excel_from_db = celery_task(export_modify_customer_balance_record_excel_from_db)
 
 poll_dealer_recharge_record = celery_task(poll_dealer_recharge_record)
+ledger_consume_order_stats = celery_task(ledger_consume_order_stats)
 
 # : to manager
 weekly_notify_finance_manager = celery_task(weekly_notify_finance_manager)