From b3fcc1eda7f6305e9ae128b6ca51cf6d9f3f90c1 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期四, 25 十二月 2025 09:58:49 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/asrs/LocMastMapper.xml b/src/main/resources/mapper/asrs/LocMastMapper.xml
index 4edecc1..da74878 100644
--- a/src/main/resources/mapper/asrs/LocMastMapper.xml
+++ b/src/main/resources/mapper/asrs/LocMastMapper.xml
@@ -200,4 +200,10 @@
         </foreach>
     </select>
 
+    <select id="selectRowByCrnNo" resultType="java.lang.Integer">
+        select DISTINCT row1 from asr_loc_mast
+        where crn_no = #{crnNo}
+        order by row1
+    </select>
+
 </mapper>

--
Gitblit v1.9.1