FIX term
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user