This commit is contained in:
aaron 2025-03-12 22:58:57 +08:00
parent b453b69368
commit b0cbcc3f81
2 changed files with 0 additions and 1 deletions

View File

@ -276,7 +276,6 @@ async def daily_partner_settlement():
per_partner_profit = stat.total_final_amount * (float(partner_profit_sharing) / len(partner_ids)) / 100
# 计算每个运营商的分成金额
print(f"小区 {stat.community_name} 分成比例:{partner_profit_sharing} %,累计收益: {stat.total_final_amount}")
for partner_id in partner_ids:
partner_profit = per_partner_profit
print(f"运营商 {partner_id} 分成金额: {partner_profit}")

Binary file not shown.