*
lsh
2025-10-21 712dcbef9f4ae3f81e751bf8651d2e241f3f792c
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