diff --git a/app/Console/Commands/GetMachinesInfoListCommand.php b/app/Console/Commands/GetMachinesInfoListCommand.php index fc997c6a..4f01d45d 100644 --- a/app/Console/Commands/GetMachinesInfoListCommand.php +++ b/app/Console/Commands/GetMachinesInfoListCommand.php @@ -47,6 +47,7 @@ class GetMachinesInfoListCommand extends Command [ 'car_name' => $entry['CarName'] == [] ? null : $entry['CarName'], 'car_group' => $entry['CarGroup'] == [] ? null : $entry['CarGroup'], + 'car_type' => $entry['CarType'] == [] ? null : $entry['CarType'], 'machine_code' => $entry['MachineCode'], 'unit_name' => $entry['UnitName'], 'car_status' => $entry['Status'],