fixing query

This commit is contained in:
KhatamNugraha
2024-06-21 14:03:34 +07:00
parent 4baba8cfcb
commit f0ab51aab9
2 changed files with 41 additions and 29 deletions

View File

@ -55,7 +55,7 @@ class KonfirmasiBankController extends Controller
if (is_null($this->user) || !$this->user->can('konfirmasibank.create')) {
abort(403, 'Sorry !! You are Unauthorized to view any master data !');
}
// dd($request);
$data = [];
$no_req_surat = '';
// Contoh tanggal saat ini
@ -448,6 +448,7 @@ class KonfirmasiBankController extends Controller
$DataDepo = [];
$Deposito = $Account->getDepo($request['cusNo'], $arrAccount, $dateCoreDepo)->get();
foreach ($Deposito as $keyDep => $depo) {
$DataDepo[$keyDep]['ACCOUNT_NUMBER'] = $depo->NO_REK;