自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-03-29 f7c98db042dce0717011f9424ff92dbdc4b0efa0
src/main/resources/mapper/OrderMapper.xml
@@ -42,4 +42,13 @@
    </resultMap>
    <update id="updateSettle">
        update man_order
        set settle = #{settle}
        ,update_time = getdate()
        ,update_by = #{userId}
        where 1=1
        and id = #{orderId}
    </update>
</mapper>