From ad718495d37bc18cabfd469768f88a32c6ea68d9 Mon Sep 17 00:00:00 2001 From: TS-QD1 Date: Mon, 29 Jul 2024 16:43:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=8E=92=E5=BA=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-user/src/main/resources/templates/user/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}]]; // 初始化表格