Commit bcd8e6e5 by Aeolus

bug修改

parent a54a6f84
...@@ -183,7 +183,7 @@ def rent_refund(): ...@@ -183,7 +183,7 @@ def rent_refund():
try: try:
rent.total = rent.total + total rent.total = rent.total + total
rent.real_total = rent.real_total + total rent.real_total = rent.real_total + total
rent.agent_total = rent.real_total + total rent.agent_total = rent.agent_total + total
rent.is_over = 1 rent.is_over = 1
rent.over_time = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S') rent.over_time = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')
rent.back_money = rent.back_money + refund_money rent.back_money = rent.back_money + refund_money
......
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