mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-21 18:48:27 +08:00
Update DataChangesExecuted
This commit is contained in:
@@ -298,6 +298,10 @@ namespace SqlSugar
|
|||||||
|
|
||||||
private void DataChangesAop(T [] items)
|
private void DataChangesAop(T [] items)
|
||||||
{
|
{
|
||||||
|
if (typeof(T).FullName.StartsWith("System.Collections.Generic.Dictionary`"))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
var dataEvent = this.Context.CurrentConnectionConfig.AopEvents?.DataChangesExecuted;
|
var dataEvent = this.Context.CurrentConnectionConfig.AopEvents?.DataChangesExecuted;
|
||||||
if (dataEvent != null)
|
if (dataEvent != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user