update
This commit is contained in:
Vendored
BIN
Binary file not shown.
@@ -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)){
|
||||
|
||||
Reference in New Issue
Block a user