Write webservice for harim and Cmms

This commit is contained in:
2025-12-14 17:16:42 +03:30
committed by amirghasempoor
parent 0a2df262e1
commit 175b0fb6c7
9 changed files with 201 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ class GetMachinesInfoListCommand extends Command
'province_id' => $entry['UnitGroupCode'] ?? null,
'city_id' => $entry['UnitCode'] ?? null,
'station_id' => $entry['Layer3Code'] ?? null,
'driver_name' => $entry['DriverName'] ?? null,
]);
++$updatedRows;