This commit is contained in:
sunkaixuna
2021-11-11 17:56:40 +08:00
parent fa7956c7c2
commit 92099f66cc

View File

@@ -25,7 +25,6 @@ namespace SqlSugar
private IgnoreColumnList _IgnoreInsertColumns;
internal Guid? AsyncId { get; set; }
internal bool? IsSingleInstance { get; set; }
internal List<string> GetConnectionConfigIds = new List<string>();
#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)