update wms_order set settle = 6 ,update_time = getdate() ,memo = '删除按钮手动转换' ,update_by = #{userId} where 1=1 and id = #{orderId}