zwl
2025-11-18 16ed2e0fee6c7e99b68d02bea6a54970d1ecf081
src/main/resources/mapper/TaskWrkMapper.xml
@@ -49,6 +49,13 @@
        and start_point = #{startPoint}
    </select>
    <select id="selectByBarcode" resultMap="BaseResultMap">
        select top 1 * from wcs_task_wrk
        where 1=1
          and io_type=3
          and barcode = #{barcode}
    </select>
    <select id="selectByWrkNo" resultMap="BaseResultMap">
        select top 1 * from wcs_task_wrk
        where 1=1