1
zhang
2025-06-13 c979722dffe66a92ebdf5c5e27afb401f49f2758
src/main/resources/mapper/TaskWrkMapper.xml
@@ -34,10 +34,18 @@
        and task_no = #{taskNo}
    </select>
    <select id="selectByTargetPoint" resultMap="BaseResultMap">
        select top 1 * from wcs_task_wrk
        where 1=1
          and io_type=2
          and target_point = #{targetPoint}
    </select>
    <select id="selectByStartPoint" resultMap="BaseResultMap">
        select top 1 * from wcs_task_wrk
        where 1=1
        and io_type=3
        and io_type=1
        and start_point = #{startPoint}
    </select>