#
Junjie
2025-11-17 4c7e3f113b80e37c52163c30b80b9256f0bee5e3
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>