From 4df965ceb66f05f9e13d849003821e8eaac76e1f Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期日, 03 十一月 2024 09:49:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/jxgtasrs' into jxgtasrs
---
src/main/resources/mapper/MatMapper.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/MatMapper.xml b/src/main/resources/mapper/MatMapper.xml
index 09a8d0a..b7157a6 100644
--- a/src/main/resources/mapper/MatMapper.xml
+++ b/src/main/resources/mapper/MatMapper.xml
@@ -111,6 +111,13 @@
</if>
</select>
+ <select id="selectNewUpdateTime" resultMap="BaseResultMap">
+ select top 1 * from man_mat
+ where 1=1
+ ORDER BY create_time ASC
+-- ORDER BY update_time DESC
+ </select>
+
<select id="getMatTurnPage" resultMap="BaseResultMap">
select * from
(
--
Gitblit v1.9.1