settle lelongan orderby

This commit is contained in:
hafifierahman
2022-04-12 12:47:18 +08:00
parent 9320550558
commit 01a041da64
@@ -691,6 +691,7 @@ class LelongController extends Controller
->where('batchno','=',$request->batchno)
->where('fasa',0)
->orderBy('gadai.t_gadai','asc')
->orderBy('gadai.sirig','asc')
->where('gadai.taglel','=', 1);
}else{
$lelong = Lelong::on($cawangan['mysql'])
@@ -700,6 +701,7 @@ class LelongController extends Controller
->where('batchno','=',$request->batchno)
->where('fasa',1)
->orderBy('gadai.t_gadai','asc')
->orderBy('gadai.sirig','asc')
->where('gadai.taglel','=', 1);
}