From 51e6bfb6eba707a54f18adc7b7818f48bc498289 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 19 十一月 2025 15:58:30 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index 85017c4..153d314 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -56,4 +56,8 @@
         and loc_sts not in ('O')
         order by row1
     </select>
+
+    <select id="getLevList" resultType="java.lang.Integer">
+        select distinct lev1 from asr_loc_mast
+    </select>
 </mapper>

--
Gitblit v1.9.1