v0.1.3.2,显示展览ID

This commit is contained in:
2024-07-11 15:45:40 +00:00
parent 1e089baae9
commit 7cbdba0bea
3 changed files with 14 additions and 1 deletions

View File

@ -80,6 +80,7 @@ def process_shows_data_to_template(shows_data: dict):
"name": name,
"location": district_name + venue_name,
"sale_flag": sale_flag,
"id": project_id,
"price": price_low,
"start_time": start_time,
"end_time": end_time,