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