diff --git a/src/Contrib/Data/Orm/EFCore/Masa.Contrib.Data.EFCore/Filters/SaveChangeFilter.cs b/src/Contrib/Data/Orm/EFCore/Masa.Contrib.Data.EFCore/Filters/SaveChangeFilter.cs index 9ffd6a6f0..c381a7a77 100644 --- a/src/Contrib/Data/Orm/EFCore/Masa.Contrib.Data.EFCore/Filters/SaveChangeFilter.cs +++ b/src/Contrib/Data/Orm/EFCore/Masa.Contrib.Data.EFCore/Filters/SaveChangeFilter.cs @@ -31,8 +31,7 @@ public void OnExecuting(ChangeTracker changeTracker) { if (entity.State == EntityState.Added) { - entity.CurrentValues[nameof(IAuditEntity.CreationTime)] = - DateTime.UtcNow; //The current time to change to localization after waiting for localization + entity.CurrentValues[nameof(IAuditEntity.Creator)] = userId; } else {