Commit fc513bfb by Aeolus

update

parent 04071aa3
...@@ -327,8 +327,8 @@ def get_rent_detail(): ...@@ -327,8 +327,8 @@ def get_rent_detail():
return_data["place_id"] = rent_info.place_id return_data["place_id"] = rent_info.place_id
return_data["total"] = rent_info.total return_data["total"] = rent_info.total
return_data["real_total"] = rent_info.real_total return_data["real_total"] = rent_info.real_total
return_data["add_time"] = rent_info.add_time return_data["add_time"] = rent_info.add_time.strftime("%Y-%m-%d %H:%M:%S")
return_data["pay_time"] = rent_info.pay_time return_data["pay_time"] = rent_info.pay_time.strftime("%Y-%m-%d %H:%M:%S")
return_data["is_pay"] = rent_info.is_pay return_data["is_pay"] = rent_info.is_pay
detail_data = [] detail_data = []
......
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