From 5ae3b6c3d604f16c2ecc5057d720d5d79c8c091b Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期日, 23 十一月 2025 14:21:33 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/BasArmMastMapper.xml b/src/main/resources/mapper/BasArmMastMapper.xml
index 3d3f75b..f0fe702 100644
--- a/src/main/resources/mapper/BasArmMastMapper.xml
+++ b/src/main/resources/mapper/BasArmMastMapper.xml
@@ -50,7 +50,7 @@
         from man_order_detl
         where 1=1
           and order_no = #{orderNo}
-          and matnr = #{sku}
+          and matnr = #{matnr}
     </select>
 
     <select id="selectOrderDetlValue" resultMap="BaseResultMapOrderDetlValue">
@@ -59,7 +59,7 @@
         from man_order_detl d
         where 1=1
           and d.order_no = #{orderNo}
-          and d.matnr = #{sku}
+          and d.matnr = #{matnr}
     </select>
 
 
@@ -70,7 +70,7 @@
         from asr_bas_arm_mast_sign d
         where 1=1
         and d.order_no = #{orderNo}
-        and d.sku = #{sku}
+        and d.matnr = #{matnr}
         and d.create_time = #{bindingTags}
     </select>
 

--
Gitblit v1.9.1