修复了影响生产环境的问题,在生产环境中成功运行

This commit is contained in:
2026-06-15 00:01:46 +08:00
parent a155dc9f33
commit 8b9dbcba6f
18 changed files with 207 additions and 53 deletions

View File

@@ -39,9 +39,10 @@ from tencentcloud.sts.v20180813 import sts_client, models
from utils.weixin_broadcast import WeixinBroadcastSender
from utils.chat_utils import _send_group_message, _subscribe_users_to_group, establish_order_chat
from utils.fadan_utils import check_fadan_qiangdan_eligible
# from utils.admin import update_platform_profit
from orders.utils import (
update_platform_profit, calc_shangjia_order_fencheng, sync_order_to_partners,
calc_shangjia_order_fencheng, sync_order_to_partners,
update_daily_dispatch_stat, update_daily_income, update_daily_payout,
settle_shangjia_order_guanshi_fenhong
)