From ecebc432dc3817072501e5a6bd81e470e6885b28 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 04 三月 2025 09:54:50 +0800
Subject: [PATCH] 流程日志bug
---
business/src/main/resources/mapper/ProjectEngineeringMapper.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/business/src/main/resources/mapper/ProjectEngineeringMapper.xml b/business/src/main/resources/mapper/ProjectEngineeringMapper.xml
index 6362fd5..a5cf56d 100644
--- a/business/src/main/resources/mapper/ProjectEngineeringMapper.xml
+++ b/business/src/main/resources/mapper/ProjectEngineeringMapper.xml
@@ -64,7 +64,6 @@
<select id="getPage" resultMap="BaseResultMap">
SELECT
TPE.project_info_id,
-
TPE.project_type,
TPE.investment_amount,
TPE.status,
@@ -93,6 +92,8 @@
<if test="query.projectType != null and query.projectType != ''">
AND TPE.project_type = #{query.projectType}
</if>
+ ORDER BY TPE.gmt_create DESC
+
</select>
</mapper>
--
Gitblit v1.8.0