[fix]Return the "statement" attribute (#76)

* [fix]Return the "statement" attribute

* [fix]Trigger the forgetting cycle using the end_user_id
This commit is contained in:
乐力齐
2026-01-12 18:47:40 +08:00
committed by GitHub
parent 17318d8205
commit d477520b67
3 changed files with 10 additions and 8 deletions

View File

@@ -641,6 +641,7 @@ class AccessHistoryManager:
n.access_count = $access_count,
n.version = $new_version
RETURN n.id as id,
n.statement as statement,
n.activation_value as activation_value,
n.access_history as access_history,
n.last_access_time as last_access_time,