diff --git a/service-user/src/main/resources/templates/user/list.html b/service-user/src/main/resources/templates/user/list.html index 409decf3..ed69a51a 100644 --- a/service-user/src/main/resources/templates/user/list.html +++ b/service-user/src/main/resources/templates/user/list.html @@ -91,7 +91,7 @@ var windowWidth = $(window).width(); var windowHeight = $(window).height(); var resizeTimeout = null; - var tableUrl = 'api/user/listpage'; + var tableUrl = 'api/user/listpage?sort=lastLoginTime&order=desc'; var expandOption = [[${expandOption}]]; // 初始化表格