src/main/resources/mapper/TaskWrkMapper.xml
@@ -36,6 +36,12 @@ and "TASK_NO" = #{taskNo} </select> <select id="selectByLaneNo" resultMap="BaseResultMap"> select * from "SOURCE"."wcs_task_wrk" where 1=1 and "CRN_NO"=#{crnNo} </select> <select id="selectByStartPoint" resultMap="BaseResultMap"> select top 1 * from "SOURCE"."wcs_task_wrk" where 1=1