Commit 77d7a69c authored by xianyang's avatar xianyang

优化

parent 4fd284dd
......@@ -543,7 +543,7 @@ def GuildSettlementAdd(db, data):
if guild_data.status == 0:
first_sta = 00
# 钻石处理
if guild_data.balance and guild_data.balance> 0:
if guild_data.balance and guild_data.balance > 0:
balance_refer_num = f'guild_settlement_{data.id}_balance'
is_failure = transfer_trigger_task(guild_info[0].get("uuid"), 0, data.balance, 'guild_clear', 'consumable', balance_refer_num, [], 1, acc_info[0]['uuid'])
if is_failure:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment