From 4a99975a0ea9162eff07d84db7530bd01718a2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E5=8D=9A?= <1016318004@qq.com> Date: Tue, 18 Feb 2025 11:56:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=8F=96=E6=B6=88=E8=BE=B9?= =?UTF-8?q?=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/routers/flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/routers/flow.py b/apps/routers/flow.py index eea7655d..7ed4d5b8 100644 --- a/apps/routers/flow.py +++ b/apps/routers/flow.py @@ -128,7 +128,7 @@ async def put_flow( message="用户没有权限访问该流", result=FlowStructurePutMsg(), ).model_dump(exclude_none=True, by_alias=True)) - put_body.flow=await FlowService.remove_excess_structure_from_flow(put_body.flow) + # put_body.flow=await FlowService.remove_excess_structure_from_flow(put_body.flow) if topology_check: await FlowService.validate_flow_connectivity(put_body.flow) await FlowService.validate_flow_illegal(put_body.flow) -- Gitee