Spaces:
Sleeping
Sleeping
OnlyBiggg
commited on
Commit
·
010b501
1
Parent(s):
12d0220
fix
Browse files
app/dialogflow/api/v1/dialogflow.py
CHANGED
|
@@ -312,6 +312,8 @@ async def get_trip_list(request: Request) -> Response:
|
|
| 312 |
origin_id = origin_ids
|
| 313 |
if dest_office:
|
| 314 |
dest_id = dest_ids
|
|
|
|
|
|
|
| 315 |
trip_by_time_office = dialog_service.get_trip_by_time_and_office_id(data, time, origin_id, dest_id)
|
| 316 |
# Nếu có chuyến xe theo thời gian và văn phòng chỉ định
|
| 317 |
if trip_by_time_office:
|
|
|
|
| 312 |
origin_id = origin_ids
|
| 313 |
if dest_office:
|
| 314 |
dest_id = dest_ids
|
| 315 |
+
|
| 316 |
+
## Chưa tìm được
|
| 317 |
trip_by_time_office = dialog_service.get_trip_by_time_and_office_id(data, time, origin_id, dest_id)
|
| 318 |
# Nếu có chuyến xe theo thời gian và văn phòng chỉ định
|
| 319 |
if trip_by_time_office:
|