From cd5b5908546c3d6c98e7aec607af8db1f8565495 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期五, 15 九月 2023 08:38:00 +0800
Subject: [PATCH] 修改   9.15

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

diff --git a/inspect-server/src/main/resources/mapper/RawInspectMapper.xml b/inspect-server/src/main/resources/mapper/RawInspectMapper.xml
index c51a136..985266e 100644
--- a/inspect-server/src/main/resources/mapper/RawInspectMapper.xml
+++ b/inspect-server/src/main/resources/mapper/RawInspectMapper.xml
@@ -56,6 +56,7 @@
         <if test="name!=null and name!=''">
             and name like concat('%',#{name},'%')
         </if>
+        ORDER BY id DESC
     </select>
 
     <!--鏍规嵁鍘熸潗鏂欐楠屽崟id鏌ョ湅璇︽儏-->

--
Gitblit v1.9.3