fix conflict

This commit is contained in:
faezeh
2026-06-27 10:53:31 +03:30
16 changed files with 151 additions and 23 deletions

View File

@@ -27,7 +27,6 @@ class ReportMachineService
->orderByRaw('COUNT(*) DESC');
$fields = ['machine_code','machine_id','cm.car_name','missions', 'func'];
return DataTableFacade::run(
$query,
$request,

View File

@@ -34,7 +34,7 @@ class RequestPortalService
'description', 'requested_machines', 'type', 'type_fa', 'start_date', 'state_id',
'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',
'driver_id', 'driver_name'
'driver_id', 'driver_name', 'machine_id', 'item_id', 'sub_item_id'
]
);
}