#
Junjie
2025-11-17 270a27a7faf962ed8748825b57dd3df479bcf93a
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>