Commit e14897ab by Aeolus

Merge remote-tracking branch 'origin/dev_aeolus' into test

parents 308f322d d6b1ff4f
......@@ -362,7 +362,7 @@ def rent_money_refund():
rent = rent_info.Rent
production = rent_info.Production
new_total = time_price[-1]
new_total = int(time_price[-1])
refund_money = production.total - new_total
if refund_money <= 0:
return jsonify(REFUND_MONEY_IS_ZERO)
......
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