pang.jiabao
2025-05-13 0069b25d77cf2dd36b030fa4c86d4f3738f552e8
src/main/resources/mapper/TaskWrkMapper.xml
@@ -41,6 +41,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