Spaces:
Sleeping
Sleeping
OnlyBiggg
commited on
Commit
·
12d0220
1
Parent(s):
b400a48
fix
Browse files
app/dialogflow/api/v1/dialogflow.py
CHANGED
|
@@ -307,6 +307,7 @@ async def get_trip_list(request: Request) -> Response:
|
|
| 307 |
data = await dialog_service.search_trip(from_time, to_time, route_ids, ticket_count)
|
| 308 |
if len(data) > 0:
|
| 309 |
################################## bug choox nay
|
|
|
|
| 310 |
if origin_office:
|
| 311 |
origin_id = origin_ids
|
| 312 |
if dest_office:
|
|
|
|
| 307 |
data = await dialog_service.search_trip(from_time, to_time, route_ids, ticket_count)
|
| 308 |
if len(data) > 0:
|
| 309 |
################################## bug choox nay
|
| 310 |
+
|
| 311 |
if origin_office:
|
| 312 |
origin_id = origin_ids
|
| 313 |
if dest_office:
|