src/main/resources/mapper/BasDevpOptMapper.xml @@ -23,4 +23,11 @@ </resultMap> <select id="getErr" resultType="String"> SELECT TOP 1 pos_loading FROM asr_bas_devp_opt WHERE wrk_no = #{wrkNo} ORDER BY send_time DESC </select> </mapper>