From 9ec865af4254180c6f47c85a2ef04dd46f4ca1c4 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期日, 18 八月 2024 16:57:25 +0800
Subject: [PATCH] 一楼贴标机获取数据

---
 src/main/resources/mapper/OrderDetlMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/OrderDetlMapper.xml b/src/main/resources/mapper/OrderDetlMapper.xml
index a46edda..a37ed6f 100644
--- a/src/main/resources/mapper/OrderDetlMapper.xml
+++ b/src/main/resources/mapper/OrderDetlMapper.xml
@@ -46,6 +46,7 @@
         <result column="update_time" property="updateTime" />
         <result column="memo" property="memo" />
         <result column="tk_type" property="tkType" />
+        <result column="roll_up" property="rollUp" />
 
     </resultMap>
 
@@ -174,7 +175,7 @@
         set qty = qty + #{qty}
         where 1=1
         and order_no = #{orderNo}
-        and matnr = #{matnr}
+        and model = #{matnr}
         <choose>
             <when test="batch != null and batch != ''">
                 and batch = #{batch}

--
Gitblit v1.9.1