🐛fix: 修复网关节点查询异常

This commit is contained in:
yubaolee
2026-06-14 22:53:37 +08:00
parent 62babb205c
commit 7a34fa7c51
2 changed files with 16 additions and 3 deletions

View File

@@ -267,6 +267,8 @@ namespace OpenAuth.App.Flow
isFirst = false;
break;
}
preNode = GetPreNode(preNode.id);
}
if (isFirst)