From 835eff09f8e82982b6402c595f2ea738134b57bb Mon Sep 17 00:00:00 2001 From: wangxy <1481820854@qq.com> Date: Mon, 21 Oct 2024 10:15:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=88=90=E7=BB=A9=E6=9C=80=E9=AB=98?= =?UTF-8?q?=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/ElUserExamMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-system/src/main/resources/mapper/system/ElUserExamMapper.xml b/ruoyi-system/src/main/resources/mapper/system/ElUserExamMapper.xml index c0a2146..fee8906 100644 --- a/ruoyi-system/src/main/resources/mapper/system/ElUserExamMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/ElUserExamMapper.xml @@ -38,6 +38,7 @@ AND uc.user_name LIKE CONCAT('%',#{userName},'%') + ORDER BY ue.max_score desc