diff --git a/Src/Asp.Net/SqlSugar/SqlSugarClient.cs b/Src/Asp.Net/SqlSugar/SqlSugarClient.cs index 6bca35af6..456c53c97 100644 --- a/Src/Asp.Net/SqlSugar/SqlSugarClient.cs +++ b/Src/Asp.Net/SqlSugar/SqlSugarClient.cs @@ -25,7 +25,6 @@ namespace SqlSugar private IgnoreColumnList _IgnoreInsertColumns; internal Guid? AsyncId { get; set; } internal bool? IsSingleInstance { get; set; } - internal List GetConnectionConfigIds = new List(); #endregion @@ -630,7 +629,6 @@ namespace SqlSugar { db.Context.CurrentConnectionConfig.AopEvents = new AopEvents(); } - this.GetConnectionConfigIds.Add(configId+""); return db.Context; } public bool IsAnyConnection(dynamic configId)