FIX period

This commit is contained in:
KhatamNugraha
2024-07-04 14:22:22 +07:00
parent 53ea83d3a1
commit f2792bb543
2 changed files with 16 additions and 12 deletions

View File

@ -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;
}