mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update DataChangesExecuted
This commit is contained in:
parent
c284782169
commit
38c4499a52
@ -298,6 +298,10 @@ namespace SqlSugar
|
||||
|
||||
private void DataChangesAop(T [] items)
|
||||
{
|
||||
if (typeof(T).FullName.StartsWith("System.Collections.Generic.Dictionary`"))
|
||||
{
|
||||
return;
|
||||
}
|
||||
var dataEvent = this.Context.CurrentConnectionConfig.AopEvents?.DataChangesExecuted;
|
||||
if (dataEvent != null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user