From d7d9b601b2e4fdb663375993e2cfbdbd363df421 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期二, 11 七月 2023 22:17:37 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-db/src/main/resources/mapper/community/CommunitySpaceV1ServiceDaoImplMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/community/CommunitySpaceV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/CommunitySpaceV1ServiceDaoImplMapper.xml
index e016a14..d9ec3c0 100644
--- a/java110-db/src/main/resources/mapper/community/CommunitySpaceV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/CommunitySpaceV1ServiceDaoImplMapper.xml
@@ -56,7 +56,7 @@
<if test="feeMoney !=null and feeMoney != ''">
and t.fee_money= #{feeMoney}
</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