This commit is contained in:
yumoqing 2026-03-13 14:43:32 +08:00
parent 344faa1e9a
commit 40884a97dc

View File

@ -322,7 +322,7 @@ where backid=${backid}$
'ctx': ctx, 'ctx': ctx,
'node': node 'node': node
} }
on_array = await self.get_multiple_array(m_on): on_array = await self.get_multiple_array(m_on)
for e in on_array: for e in on_array:
nnodes.add((edge['to'], str(e))) nnodes.add((edge['to'], str(e)))
for node, ctx_ext in nnodes: for node, ctx_ext in nnodes: