Commit edec5c7e by Aeolus

update

parent 2d1c01b2
...@@ -402,7 +402,7 @@ def get_user_rent_detail(): ...@@ -402,7 +402,7 @@ def get_user_rent_detail():
tmp_data["hatch_no"] = i.hatch_no tmp_data["hatch_no"] = i.hatch_no
tmp_data["production_id"] = i.production_id tmp_data["production_id"] = i.production_id
tmp_data["is_take"] = i.is_take tmp_data["is_take"] = i.is_take
tmp_data["name"] = i.name tmp_data["name"] = i.production_name
tmp_data["title"] = i.title tmp_data["title"] = i.title
tmp_data["price"] = i.price tmp_data["price"] = i.price
tmp_data["img"] = i.img tmp_data["img"] = i.img
......
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