From 44c51c450765e98a969f9d2a48185ffa511ef3aa Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期二, 16 十二月 2025 12:46:15 +0800
Subject: [PATCH] #1

---
 src/main/resources/mapper/LocDetlMapper.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index 1faecb9..299ce41 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -409,4 +409,12 @@
         order by row1
     </select>
 
+    <select id="getSameDetlList" resultMap="java.lang.String">
+        select ld.loc_no from asr_loc_detl as ld
+        left join asr_loc_mast as lm on ld.loc_no = lm.loc_no
+        where 1 = 1
+        and ld.matnr = #{matnr}
+        and lm.loc_sts = 'F'
+        order by ld.appe_time asc
+    </select>
 </mapper>

--
Gitblit v1.9.1