settle lelongan orderby
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user