自动化立体仓库 - WCS系统
#
LSH
2023-11-17 3e4ca9accd2be4240308565bb21469f3abb86023
src/main/resources/mapper/TaskWrkMapper.xml
@@ -33,6 +33,13 @@
        and task_no = #{taskNo}
    </select>
    <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="selectByWrkNo" resultMap="BaseResultMap">
        select top 1 * from wcs_task_wrk
        where 1=1