replace encoded_route

This commit is contained in:
2026-06-10 15:17:54 +03:30
parent 6db1933046
commit 55b40eb0cc
10 changed files with 40 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ class RequestPortalService
allowedSelects: [
'id', 'user_id', 'username', 'state_name', 'province_name', 'edare_shahri_name',
'description', 'requested_machines', 'type', 'type_fa', 'start_date', 'state_id',
'end_date', 'request_date', 'end_point', 'area', 'zone', 'zone_fa', 'start_time', 'finish_time',
'end_date', 'request_date', 'end_point', 'encoded_route', 'zone', 'zone_fa', 'start_time', 'finish_time',
'code', 'category_id', 'category_name', 'explanation', 'city_id', 'city_name', 'province_id', 'station_name',
]
);