123
Administrator
2025-06-07 663eb6fc29d8de34b6c6a503e2c0013bb93c331d
src/main/resources/mapper/TaskWrkMapper.xml
@@ -37,10 +37,16 @@
    <select id="selectByStartPoint" resultMap="BaseResultMap">
        select top 1 * from wcs_task_wrk
        where 1=1
        and io_type=3
        and start_point = #{startPoint}
    </select>
    <select id="selectByTargetPoint" resultMap="BaseResultMap">
        select top 1 * from wcs_task_wrk
        where 1=1
        and target_point = #{targetPoint}
    </select>
    <select id="selectByBarcode" resultMap="BaseResultMap">
        select top 1 * from wcs_task_wrk
        where 1=1