From d97742662f28a693e325ce163c5ebf57802efb63 Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期五, 05 十二月 2025 12:56:41 +0800
Subject: [PATCH] #读超长条码BUG修复

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

diff --git a/src/main/resources/mapper/BasArmMastMapper.xml b/src/main/resources/mapper/BasArmMastMapper.xml
index f0fe702..9e19700 100644
--- a/src/main/resources/mapper/BasArmMastMapper.xml
+++ b/src/main/resources/mapper/BasArmMastMapper.xml
@@ -56,9 +56,9 @@
     <select id="selectOrderDetlValue" resultMap="BaseResultMapOrderDetlValue">
         select top 1
             d.man_length,d.width,d.height,d.weight,d.anfme
-        from man_order_detl d
+        from man_order_detl_pakin d
         where 1=1
-          and d.order_no = #{orderNo}
+          and d.box_type3 = #{orderNo}
           and d.matnr = #{matnr}
     </select>
 

--
Gitblit v1.9.1