mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update DataChangesExecuted
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user