|
@@ -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) {
|