Merge pull request #104 from witelgroup/feature/PaymentHarimCheckServise

Write webservice for harim and Cmms
This commit is contained in:
Amir Ghasempoor
2025-12-20 10:57:32 +03:30
committed by GitHub
10 changed files with 209 additions and 4 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;