From 9279459400ea46c49ed583f4b1dcf7ad17093a33 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 06 八月 2024 10:41:53 +0800
Subject: [PATCH] fix:成绩导出,参考人重复bug修复

---
 src/main/resources/mapper/SelfPracticeMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/SelfPracticeMapper.xml b/src/main/resources/mapper/SelfPracticeMapper.xml
index c9c0785..0489594 100644
--- a/src/main/resources/mapper/SelfPracticeMapper.xml
+++ b/src/main/resources/mapper/SelfPracticeMapper.xml
@@ -29,6 +29,7 @@
             </if>
             AND deleted = 0
         </where>
+        ORDER BY create_time DESC
     </select>
 
     <update id="remove">

--
Gitblit v1.8.0