From 1bfa44facba36747d1caffab6bff986ccd7f36a9 Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期二, 25 十一月 2025 15:13:15 +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