From 92099f66ccdbcd9061f32984d4e53d121cf2c3f9 Mon Sep 17 00:00:00 2001 From: sunkaixuna <610262374@qq.com> Date: Thu, 11 Nov 2021 17:56:40 +0800 Subject: [PATCH] VAT code --- Src/Asp.Net/SqlSugar/SqlSugarClient.cs | 2 -- 1 file changed, 2 deletions(-) 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)