feat: 优化数据过滤结构

This commit is contained in:
橙子
2024-01-22 20:06:39 +08:00
parent f43f1e7be1
commit ba9ac0fa5d
2 changed files with 8 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ namespace Yi.Framework.SqlSugarCore
currentDb.Aop.OnLogExecuted = this.OnLogExecuted;
currentDb.Aop.DataExecuting = this.DataExecuting;
currentDb.Aop.DataExecuted = this.DataExecuted;
OnSqlSugarClientConfig(currentDb);
}
public ConnectionConfig Build(Action<ConnectionConfig>? action=null)
{