#
lsh
2024-06-26 8f93d32b15cff5287a07649da92bd5b6276c14e2
src/main/resources/mapper/BasJarMapper.xml
@@ -27,11 +27,4 @@
    </resultMap>
    <select id="selectByJarNo" resultMap="BaseResultMap">
        select top 1 * from asr_bas_jar
        where 1=1
        and jar_no=0
        order by id
    </select>
</mapper>