FIX period
This commit is contained in:
@ -138,7 +138,6 @@ 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user