From a861a66802880bf562b3d85994025c660f964832 Mon Sep 17 00:00:00 2001
From: lfdfwqwcs <lfdfwqwcs>
Date: 星期四, 06 三月 2025 10:27:45 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index 94b45c0..36979f8 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -91,15 +91,14 @@
         <include refid="stockOutCondition"></include>
     </select>
 
-    <select id="selectMatnrSpecs" resultType="java.lang.Ddouble">
+    <select id="selectMatnrSpecs" resultMap="BaseResultMap">
         select
-        a.anfme
+        top 1 *
         from asr_loc_detl a
         left join asr_loc_mast b on a.loc_no = b.loc_no
         where 1=1
         and b.loc_no = #{locNo}
         and a.matnr = #{matnr}
         and a.specs = #{specs}
-        <include refid="stockOutCondition"></include>
     </select>
 </mapper>

--
Gitblit v1.9.1