自动化立体仓库 - WMS系统
zhangchao
2024-10-23 401da88caef79968c8c0b1cb15487c4a554761ec
src/main/resources/mapper/OrderMapper.xml
@@ -53,6 +53,15 @@
        and id = #{orderId}
    </update>
    <update id="updateSettle2">
        update man_order
        set settle = #{settle}
        ,update_time = getdate()
          ,plt_type = #{plt}
        where 1=1
        and id = #{orderId}
    </update>
    <select id="selectComplete" resultMap="BaseResultMap">
        select top 5 *
        from man_order