This commit is contained in:
Dwi Swandhana
2026-04-12 18:45:51 +07:00
parent cfc9ec5b76
commit e2975ea6f2
2 changed files with 9 additions and 1 deletions
@@ -1283,7 +1283,7 @@ class DokterController extends Controller
}
*/
KomponenJawaban::where('accnumber', $nofoto)->whereIn('komponen', ['bakteri', 'id_bakteri01'])->update([
KomponenJawaban::where('accnumber', $nofoto)->where('template', 'all')->update([
'template' => $ruangan,
]);
$getkomponen = KomponenJawaban::where('accnumber', $nofoto)->where('template', $ruangan)->get();