src/main/resources/mapper/WrkMastMapper.xml
@@ -63,7 +63,7 @@ </resultMap> <select id="selectByLocNo" resultMap="BaseResultMap"> select top 1 * from asr_wrk_mast where source_loc_no = #{sourceLocNo} and (ctn_no is null or ctn_no != 'Y') select top 1 * from asr_wrk_mast where sta_no = #{staNo} and (ctn_no is null or ctn_no != 'Y') </select> <select id="selectByLocNo1" resultMap="BaseResultMap">