Commit 1ac069b6 by Aeolus

update

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