From db4d432c3219d9d29559e1bb945496c18e297886 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 06 八月 2024 10:07:46 +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