- 优化 DbSet/Repository 防止 Aop.AuditValue 触发两次;

This commit is contained in:
2881099
2022-09-11 15:58:59 +08:00
parent 3e6528a73b
commit cbbc47ea66
5 changed files with 35 additions and 6 deletions

View File

@ -147,7 +147,6 @@ namespace FreeSql.Internal.CommonProvider
UpdateProvider<T1>.GetDictionaryTableInfo(source, _orm, ref _table);
AuditDataValue(this, source, _orm, _table, _auditValueChangedDict);
_source.AddRange(source);
}
return this;
}