linwu %!s(int64=2) %!d(string=hai) anos
pai
achega
ae153cb7c9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/Mobile/Active/QuanzhidaController.php

+ 1 - 1
app/Http/Controllers/Mobile/Active/QuanzhidaController.php

@@ -44,7 +44,7 @@ class QuanzhidaController extends MobileBaseController
 
         //获取数据
         $where = $this->_dealWhere($request);
-        $list  = DB::table('quanzhida')->where($where)->paginate(10);
+        $list  = DB::table('quanzhida')->where($where)->orderBy('wage_max','desc')->paginate(10);
 
         //数据处理
         foreach ($list as $val) {