Commit 48c493eb authored by xupeng's avatar xupeng

审核结算状态修改

parent 373d812a
......@@ -568,6 +568,7 @@ def GuildSettlementAdd(db, data):
db.query(GuildSettlementLog).filter(GuildSettlementLog.id == data.id).update(
{GuildSettlementLog.status: 3, GuildSettlementLog.update_time: get_now_datetime()})
db.commit()
return 200, {"msg": "操作成功"}
if guild_data.status == 1:
try:
url = "http://106.55.103.148:8787/api/guild/editSettlementLog"
......
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