update baki lelong +ve

This commit is contained in:
BTMS2
2025-06-11 13:18:18 +08:00
parent c19725af31
commit 639845c2f4
@@ -126,7 +126,8 @@ public function getSummaryLaporanBakiLelongBelumTuntut(Request $request)
sum(lelong.cajlelong) as sum_cajlelong,
sum(lelong.hargajual) as sum_hargajual,
sum(lelong.baki) as sum_baki'))
->whereNull('lelong.trkhtuntut');
->whereNull('lelong.trkhtuntut')
->where('lelong.baki', '>', 0.00);
if ($request->filled('startDate') && $request->filled('endDate')) {