From 42f43646d73c7e573c52a782f72a78cc53bc5ab3 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期五, 24 三月 2023 09:41:53 +0800
Subject: [PATCH] 1

---
 src/main/resources/mapper/data/DownloadMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/data/DownloadMapper.xml b/src/main/resources/mapper/data/DownloadMapper.xml
index da81a01..6d5eac0 100644
--- a/src/main/resources/mapper/data/DownloadMapper.xml
+++ b/src/main/resources/mapper/data/DownloadMapper.xml
@@ -44,7 +44,7 @@
     </select>
 
     <select id="selectAll" resultType="com.lf.server.entity.data.DownloadEntity">
-        select * from lf.sys_download order by id;
+        select * from lf.sys_download order by id desc;
     </select>
 
     <select id="selectById" resultType="com.lf.server.entity.data.DownloadEntity">

--
Gitblit v1.9.3