From f0429051895816ebadc50bbc409021e23e4d1a3a Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期一, 08 十二月 2025 16:43:06 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/BasArmMastMapper.xml |   22 +++++++++++++++++-----
 1 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/mapper/BasArmMastMapper.xml b/src/main/resources/mapper/BasArmMastMapper.xml
index 016069c..9e19700 100644
--- a/src/main/resources/mapper/BasArmMastMapper.xml
+++ b/src/main/resources/mapper/BasArmMastMapper.xml
@@ -50,16 +50,28 @@
         from man_order_detl
         where 1=1
           and order_no = #{orderNo}
-          and matnr = #{sku}
+          and matnr = #{matnr}
     </select>
 
     <select id="selectOrderDetlValue" resultMap="BaseResultMapOrderDetlValue">
-        select
+        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.matnr = #{sku}
+          and d.box_type3 = #{orderNo}
+          and d.matnr = #{matnr}
+    </select>
+
+
+
+    <select id="selectBasArmMastSignValue" resultType="java.lang.Double">
+        select top 1
+        d.anfme
+        from asr_bas_arm_mast_sign d
+        where 1=1
+        and d.order_no = #{orderNo}
+        and d.matnr = #{matnr}
+        and d.create_time = #{bindingTags}
     </select>
 
 </mapper>

--
Gitblit v1.9.1