This commit is contained in:
KhatamNugraha
2024-07-04 13:40:11 +07:00
parent 7855162c69
commit 53ea83d3a1
3 changed files with 3 additions and 3 deletions

View File

@ -138,6 +138,7 @@ class Account extends Model
$data = DB::connection("db2")->table("MIS.VW_AA_DEPO")->select('*')
->whereIn('NO_REK', $acc)
->where('PERIOD', $date)
->where('JUMLAH_NOMINAL' <> 0)
->limit(100);
return $data;
}
@ -179,7 +180,6 @@ class Account extends Model
->where('SK_NASABAH', $cus_no)
//->where('ARR_STATUS', 'CURRENT')
->where('PERIODE', $dateCore)
// ->where('ARR_STATUS', '<>', 'CLOSE')
// ->where('PRODUCT_LINE', 'like', "%" .'LENDING' ."%")
->limit(100);