Update CompleteDbFunc

This commit is contained in:
sunkaixuan
2026-01-16 15:28:59 +08:00
parent 2584f31d14
commit f89e897664

View File

@@ -30,6 +30,10 @@ namespace SqlSugar
CheckDbDependency(config);
if (StaticConfig.CompleteDbFunc != null)
{
if (this.CurrentConnectionConfig.AopEvents == null)
{
this.CurrentConnectionConfig.AopEvents = new AopEvents();
}
StaticConfig.CompleteDbFunc(this);
}
}