|
@@ -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)
|