From 8e943b7104561c3b14cf223016698709c5ade4b5 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期二, 03 二月 2026 15:37:26 +0800
Subject: [PATCH] #pda料箱组托和换码

---
 src/main/resources/mapper/MatMapper.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/MatMapper.xml b/src/main/resources/mapper/MatMapper.xml
index 09a8d0a..efa94b7 100644
--- a/src/main/resources/mapper/MatMapper.xml
+++ b/src/main/resources/mapper/MatMapper.xml
@@ -44,6 +44,7 @@
         <result column="memo" property="memo" />
 
         <result column="stock" property="stock" />
+        <result column="area_id" property="areaId"/>
     </resultMap>
 
     <select id="listByPage" resultMap="BaseResultMap">
@@ -111,6 +112,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