diff --git a/app/Http/Controllers/LelongController.php b/app/Http/Controllers/LelongController.php index 7582037..cffdc2f 100644 --- a/app/Http/Controllers/LelongController.php +++ b/app/Http/Controllers/LelongController.php @@ -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); }