From 587943b93f6b7b515c253d10a6ec1d5667a56968 Mon Sep 17 00:00:00 2001 From: wangxy <1481820854@qq.com> Date: Wed, 30 Oct 2024 11:47:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:pg=E6=95=B0=E6=8D=AE=E5=BA=93=E9=80=82?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/ElUserExamMapper.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/ElUserExamMapper.xml b/ruoyi-system/src/main/resources/mapper/system/ElUserExamMapper.xml index 80e2720..118e9b9 100644 --- a/ruoyi-system/src/main/resources/mapper/system/ElUserExamMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/ElUserExamMapper.xml @@ -49,7 +49,6 @@ SUM (CASE WHEN passed = 0 THEN 1 ELSE 0 END) AS wtg FROM el_user_exam u - ORDER BY u.create_time