mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-25 04:27:14 +08:00
Update CompleteDbFunc
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user