Add Seeder UpdateTarifLMSSeeder
This commit is contained in:
@@ -139,7 +139,7 @@ class UpdateTarifLMSSeeder extends Seeder
|
||||
$updateUmum['nBiayaATC'] = $tarif['telekonsul_umum'];
|
||||
}
|
||||
if (count($updateUmum)) {
|
||||
$updateUmum['dUpdateOn'] = now();
|
||||
// $updateUmum['dUpdateOn'] = now();
|
||||
// Updating
|
||||
$dokUmum = JadwalDokter::query()
|
||||
->where('nIDSpesialis', $spesialisUmum->nID)
|
||||
@@ -163,7 +163,7 @@ class UpdateTarifLMSSeeder extends Seeder
|
||||
$updateSpesialis['nBiayaATC'] = $tarif['telekonsul_spesialis'];
|
||||
}
|
||||
if (count($updateSpesialis)) {
|
||||
$updateSpesialis['dUpdateOn'] = now();
|
||||
// $updateSpesialis['dUpdateOn'] = now();
|
||||
// Updating
|
||||
$dokSpesialis = JadwalDokter::query()
|
||||
->whereNot(function ($q) use ($spesialisUmum) {
|
||||
@@ -191,7 +191,7 @@ class UpdateTarifLMSSeeder extends Seeder
|
||||
$updateSubSpesialis['nBiayaATC'] = $tarif['telekonsul_subspesialis'];
|
||||
}
|
||||
if (count($updateSubSpesialis)) {
|
||||
$updateSubSpesialis['dUpdateOn'] = now();
|
||||
// $updateSubSpesialis['dUpdateOn'] = now();
|
||||
|
||||
// Updating
|
||||
$dokSubSpesialis = JadwalDokter::query()
|
||||
|
||||
Reference in New Issue
Block a user