src/main/resources/mapper/WrkMastMapper.xml
@@ -207,4 +207,7 @@ <select id="selectByWrkNo" resultMap="BaseResultMap"> select top 1 * from dbo.asr_wrk_mast where wrk_no = #{wrkNo} order by io_pri desc,io_time,wrk_no asc </select> <select id="selectCrn5Task2" resultMap="BaseResultMap"> select * from dbo.asr_wrk_mast where wrk_sts=2 and io_type=1 and crn_no=5 and source_sta_no=#{sourceLocNo} order by io_pri desc,io_time,wrk_no ASC </select> </mapper>