Commit 04071aa3 by Aeolus

update

parent e0ba97f8
......@@ -329,6 +329,7 @@ def get_rent_detail():
return_data["real_total"] = rent_info.real_total
return_data["add_time"] = rent_info.add_time
return_data["pay_time"] = rent_info.pay_time
return_data["is_pay"] = rent_info.is_pay
detail_data = []
for i in rent_detail:
......
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