Update
This commit is contained in:
@@ -1228,6 +1228,17 @@ class DokterController extends Controller
|
||||
|
||||
if ($organism != ''){
|
||||
$isidata = 'Organisme yang ditemukan <strong style="font-style: italic;">'.$organism.'</strong><br />'.$isidata;
|
||||
KomponenJawaban::updateOrCreate(
|
||||
[
|
||||
'accnumber' => $nofoto,
|
||||
'template' => $request->input('jenis'),
|
||||
'komponen' => 'bakteri',
|
||||
],
|
||||
[
|
||||
'isidata' => $organism,
|
||||
'created_by' => Session('nama')
|
||||
]
|
||||
);
|
||||
}
|
||||
}
|
||||
if ($isidata == '' OR is_null($isidata)){
|
||||
|
||||
Reference in New Issue
Block a user