chenge some item for mission

This commit is contained in:
2025-06-28 13:17:06 +03:30
parent 9d308d48a1
commit 773486c45e
6 changed files with 18 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ class ControlUnitService
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'
'end_date', 'request_date', 'end_point', 'area', 'zone', 'zone_fa', 'start_time', 'finish_time'
]
);
}