From cfed607d085002b737ff54992ebd469954362ab3 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期四, 26 一月 2023 01:19:02 +0800
Subject: [PATCH] 加入业主入驻申请功能

---
 java110-db/src/main/resources/mapper/user/NotepadDetailV1ServiceDaoImplMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/user/NotepadDetailV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/NotepadDetailV1ServiceDaoImplMapper.xml
index 2ac3da7..cc58bd3 100644
--- a/java110-db/src/main/resources/mapper/user/NotepadDetailV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/NotepadDetailV1ServiceDaoImplMapper.xml
@@ -39,7 +39,7 @@
         <if test="content !=null and content != ''">
             and t.content= #{content}
         </if>
-        order by t.create_time desc
+        order by t.create_time
         <if test="page != -1 and page != null ">
             limit #{page}, #{row}
         </if>

--
Gitblit v1.8.0