1
0
forked from poc/pds

Commented created_at and updated_at column when line not found

This commit is contained in:
dhanabalan
2026-02-23 15:21:22 +05:30
parent 25ed37f50d
commit 84f5ee7f7e

View File

@@ -295,8 +295,8 @@ class ProcessOrderImporter extends Importer
'sfg_number' => $sfgNo,
'machine_name' => $machineName,
'rework_status' => $reworkStatus,
'created_at' => $createdAt,
'updated_at' => $updatedAt,
// 'created_at' => $createdAt,
// 'updated_at' => $updatedAt,
'created_by' => $createdBy,
'updated_by' => $updatedBy,
]
@@ -313,7 +313,7 @@ class ProcessOrderImporter extends Importer
// 'machine_name' => $machineId,
'rework_status' => $reworkStatus,
'updated_by' => $updatedBy,
'updated_at' => $updatedAt,
// 'updated_at' => $updatedAt,
]);
}
}