用户详情优化

This commit is contained in:
lixinyue
2026-01-14 14:51:20 +08:00
parent ba2ff053f9
commit 1cee27e830

View File

@@ -1417,10 +1417,11 @@ async def analytics_graph_data(
elementId(n) as id, elementId(n) as id,
labels(n)[0] as label, labels(n)[0] as label,
properties(n) as properties properties(n) as properties
LIMIT $limit
""" """
node_params = { node_params = {
"group_id": end_user_id, "group_id": end_user_id,
# "limit": limit "limit": limit
} }
# 执行节点查询 # 执行节点查询