Commit dd128ebe by Aeolus

update

parent eeb4e866
......@@ -442,11 +442,6 @@ def rent_money_refund_new():
# 寒山寺agent_total把25修改为20,80%的比例
if rent.spot_id in (48, 49):
new_agent_total = new_total * 0.8
# 周庄35改成25
elif rent.spot_id in (35,):
new_agent_total = 2500
else:
new_agent_total = new_total
if production.is_return:
refund_money = production.total - new_total
......
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