This commit is contained in:
Dwi Swandhana
2026-01-30 19:55:57 +07:00
parent 41139d3df5
commit 083de5fb96
+1 -1
View File
@@ -866,7 +866,7 @@ class AstmMessageService
} else { } else {
$result = $this->processAstmResponse($data->rawdt, $data->alat); $result = $this->processAstmResponse($data->rawdt, $data->alat);
if ($result) { if ($result) {
DataListiner::where('urut', $data->urut)->update([ DB::table('lis_phoenix')->where('id', $data->id)->update([
'processed' => 1 'processed' => 1
]); ]);
} else { } else {