https://github.com/abpframework/abp/pull/10737#issuecomment-982220469
@ -486,6 +486,7 @@ namespace Volo.Abp.EntityFrameworkCore
entry.Reload();
entry.Entity.As<ISoftDelete>().IsDeleted = true;
SetDeletionAuditProperties(entry);
entry.State = EntityState.Modified;
}