#
Junjie
2025-11-18 42fd6bd4095414f7a78a2bb5d2c692c04119da2c
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>