Commit 9a3b41fd by 魏强

update;

parent f45715d4
...@@ -379,8 +379,7 @@ def force_refund(): ...@@ -379,8 +379,7 @@ def force_refund():
if not comment or not back_time: if not comment or not back_time:
return jsonify(PARAMETER_ERROR) return jsonify(PARAMETER_ERROR)
money = RentService.check_fee_liuyuan(rent_info.Rent.pay_time.strftime('%Y-%m-%d %H:%M:%S'), money = RentService.check_fee_liuyuan(rent_info.Rent.pay_time.strftime('%Y-%m-%d %H:%M:%S'), back_time,
back_time.strftime('%Y-%m-%d %H:%M:%S'),
rent_info.Rent.one_day_price, rent_info.Rent.free_time) rent_info.Rent.one_day_price, rent_info.Rent.free_time)
# elif refund_type == '4': # elif refund_type == '4':
# # 退10元 # # 退10元
......
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