diff --git a/Application/Home/Controller/QueryController.class.php b/Application/Home/Controller/QueryController.class.php index 6526204bc..660ccec8a 100644 --- a/Application/Home/Controller/QueryController.class.php +++ b/Application/Home/Controller/QueryController.class.php @@ -1817,7 +1817,7 @@ class QueryController extends BaseController } } - $orderBy = 'login_time desc'; + $orderBy = 'recharge_cost desc'; if (!empty($sortName)) { if (in_array($sortName, $sortNameData)) { $desc = ' desc';