update
This commit is contained in:
@@ -241,11 +241,11 @@ class ListController extends Controller
|
|||||||
$tcmtb,
|
$tcmtb,
|
||||||
$urine
|
$urine
|
||||||
);
|
);
|
||||||
$batasWaktu = Carbon::now()->subHours(36);
|
$batasWaktu = Carbon::now()->subHours(7*24);
|
||||||
//Periksa::whereNull('status')->where('created_at', '<', $batasWaktu)->update([
|
Periksa::whereNull('status')->where('created_at', '<', $batasWaktu)->update([
|
||||||
// 'status' => 'Dibatalkan (Arsip)',
|
'status' => 'Dibatalkan (Arsip)',
|
||||||
// 'updated_at' => now()
|
'updated_at' => now()
|
||||||
//]);
|
]);
|
||||||
$arraylist = Periksa::select(
|
$arraylist = Periksa::select(
|
||||||
'id', 'mulai', 'akhir', 'orderid', 'noloket', 'nofoto', 'noregister', 'asalpasien', 'nmrs', 'pasien_id', 'nmpasien',
|
'id', 'mulai', 'akhir', 'orderid', 'noloket', 'nofoto', 'noregister', 'asalpasien', 'nmrs', 'pasien_id', 'nmpasien',
|
||||||
'jkpasien', 'tgllahirpasien', 'tlppasien', 'alamatpasien', 'reques', 'usia', 'berat', 'ktp', 'bpjs', 'ruangan_id',
|
'jkpasien', 'tgllahirpasien', 'tlppasien', 'alamatpasien', 'reques', 'usia', 'berat', 'ktp', 'bpjs', 'ruangan_id',
|
||||||
|
|||||||
Reference in New Issue
Block a user