fix pasal notislelong
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user