This commit is contained in:
Dwi Swandhana
2026-02-17 15:45:42 +07:00
parent c018b31c22
commit b5ee2d995e
3 changed files with 11 additions and 11 deletions
Vendored
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+11 -11
View File
@@ -424,18 +424,18 @@ class AstmMessageService
'name' => $organism,
'category' => 'Vitek',
]);
KomponenJawaban::updateOrCreate(
[
'accnumber' => $accession_number,
'komponen' => 'bakteri',
'isidata' => $organism,
],
[
'template' => 'all',
'created_by' => 'Vitek'
]
);
}
KomponenJawaban::updateOrCreate(
[
'accnumber' => $accession_number,
'komponen' => 'bakteri',
'isidata' => $organism,
],
[
'template' => 'all',
'created_by' => 'Vitek'
]
);
}
$cekdataperiksa = Periksa::where('nofoto', $accession_number)->first();
if (isset($cekdataperiksa->id)){