fix pasal notislelong

This commit is contained in:
hafifierahman
2022-04-12 12:22:39 +08:00
parent a3eb9746a2
commit 9320550558
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -663,7 +663,7 @@ class LelongController extends Controller
$lelong = Lelong::on($cawangan['mysql'])
->selectRaw('count(*) as total, batchno,t_lelong')
->where('t_lelong','>=',$current->toDateString())
->where('fasa', 1)
->where('fasa', 2)
->whereNull('t_jual')
->orderBy('t_lelong','desc')
->groupBy('batchno')