From ceb59af2c3dbe0a4f0953aab5d3498e9c42c8ef9 Mon Sep 17 00:00:00 2001
From: L <L@123>
Date: 星期四, 18 九月 2025 09:40:52 +0800
Subject: [PATCH] *

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

diff --git a/src/main/resources/mapper/MatMapper.xml b/src/main/resources/mapper/MatMapper.xml
index b7157a6..9416387 100644
--- a/src/main/resources/mapper/MatMapper.xml
+++ b/src/main/resources/mapper/MatMapper.xml
@@ -25,7 +25,7 @@
         <result column="item_num" property="itemNum" />
         <result column="safe_qty" property="safeQty" />
         <result column="weight" property="weight" />
-        <result column="length" property="length" />
+        <result column="man_length" property="manLength" />
         <result column="volume" property="volume" />
         <result column="three_code" property="threeCode" />
         <result column="supp" property="supp" />
@@ -141,4 +141,9 @@
             and a.matnr = #{matnr}
         </if>
     </select>
+    <select id="getOldMatnr" resultType="String">
+        select matnr
+        from man_mat
+        where id = #{id}
+    </select>
 </mapper>

--
Gitblit v1.9.1