From 73de789fbbc67873aab0e72eb0f469ea195c1cbe Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期二, 16 四月 2024 12:24:15 +0800
Subject: [PATCH] Merge branch 'phyzasrs' of http://47.97.1.152:5880/r/zy-asrs into phyzasrs

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

diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index ee92255..81f5acf 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -155,4 +155,11 @@
         and (bay1 &gt;= #{startBay} and bay1 &lt;= #{endBay})
         and (lev1 &gt;= #{startLev} and lev1 &lt;= #{endLev})
     </select>
+
+    <select id="selectLocDetlNotExist" resultMap="BaseResultMap">
+        select * from asr_loc_mast lm
+        left join asr_loc_detl ld
+        on lm.loc_no = ld.loc_no
+        where ld.matnr is null and lm.loc_sts = 'F'
+    </select>
 </mapper>

--
Gitblit v1.9.1