diff --git a/Application/Home/Controller/QueryController.class.php b/Application/Home/Controller/QueryController.class.php index c2913a8d7..1c70e57f1 100644 --- a/Application/Home/Controller/QueryController.class.php +++ b/Application/Home/Controller/QueryController.class.php @@ -1671,6 +1671,7 @@ class QueryController extends BaseController $serverData = M('Server', 'tab_') ->field('server_id,server_name') ->where($where) + ->order('server_version,start_time desc') ->select(); $result['status'] = 1; $result['data'] = $serverData;