mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-17 00:45:35 +08:00
- 优化 DbSet/Repository 防止 Aop.AuditValue 触发两次;
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user