Commit d987edb3 by Aeolus

Merge remote-tracking branch 'origin/master'

parents 6615aae2 1ac069b6
......@@ -442,9 +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
......
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