Commented created_at and updated_at column when line not found #375

Merged
jothi merged 1 commits from ranjith-dev into master 2026-02-23 09:51:46 +00:00

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,
]);
}
}