From 4e005e4936039fca16bfd1679942daa416a21986 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 20 十一月 2025 14:27:47 +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