Fixed error in PermissionService

This commit is contained in:
2025-05-27 23:52:48 +02:00
parent 49ac876a66
commit 7aa438f6c1
4 changed files with 16 additions and 10 deletions

View File

@@ -1107,6 +1107,8 @@ public class PermissionService : BaseService, IPermissionService
(
roles, permissionSystemModuleOperation, operationInfo
);
newPermissions.AddRange(tmpPermissions);
rolePermissionSystemModuleOperationList.AddRange(tmpRolePermissionSystemModuleOperationList);
}
}
}