From d80060c7680be854082a48da467ec6b0f3e9843b Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期三, 01 四月 2026 09:21:47 +0800
Subject: [PATCH] 调整
---
business/src/main/resources/mapper/ProjectInfoMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/business/src/main/resources/mapper/ProjectInfoMapper.xml b/business/src/main/resources/mapper/ProjectInfoMapper.xml
index 8791fc5..2c6acca 100644
--- a/business/src/main/resources/mapper/ProjectInfoMapper.xml
+++ b/business/src/main/resources/mapper/ProjectInfoMapper.xml
@@ -178,7 +178,7 @@
${query.params.dataScope}
</if>
</where>
- ORDER BY FIELD(TPI.used_status, 1, -1, 0, 2), TPI.gmt_create DESC
+ ORDER BY FIELD(TPI.used_status, 1, -1, 0, 2), TPI.gmt_create ASC
</select>
<select id="homeCount" parameterType="com.ycl.common.core.domain.BaseEntity" resultType="com.ycl.domain.vo.ProjectVO">
--
Gitblit v1.8.0