自动化立体仓库 - WMS系统
zhang
2025-05-17 9804bdb2b70ab01cd422845dfaa0d2d7bbd98758
src/main/resources/mapper/asrs/OrderMapper.xml
@@ -55,6 +55,18 @@
        and id = #{orderId}
    </update>
    <update id="updateSettleStep">
        update man_order
        set settle = #{settle}
        ,update_time = getdate()
        ,step = #{step}
        <if test="userId != null">
            ,update_by = #{userId}
        </if>
        where 1=1
        and id = #{orderId}
    </update>
    <select id="selectComplete" resultMap="BaseResultMap">
        select top 5 *
        from man_order