fix request log

This commit is contained in:
2026-03-18 08:37:14 +08:00
parent cdc88ba1e4
commit 58afb7c385
7 changed files with 24 additions and 11 deletions
@@ -240,7 +240,7 @@ class DataScopeController extends AbstractController
$this->scopeTableManager->rebuildUserScope($id);
OperationLogService::log(
user_id: OperationLogService::getCurrentUserId() ?? 0,
user_id: OperationLogService::getCurrentUserId(),
action: 'scope.update',
target_type: 'user',
target_id: $id,