mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 02:14:53 +08:00
VAT code
This commit is contained in:
@@ -25,7 +25,6 @@ namespace SqlSugar
|
|||||||
private IgnoreColumnList _IgnoreInsertColumns;
|
private IgnoreColumnList _IgnoreInsertColumns;
|
||||||
internal Guid? AsyncId { get; set; }
|
internal Guid? AsyncId { get; set; }
|
||||||
internal bool? IsSingleInstance { get; set; }
|
internal bool? IsSingleInstance { get; set; }
|
||||||
internal List<string> GetConnectionConfigIds = new List<string>();
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
@@ -630,7 +629,6 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
db.Context.CurrentConnectionConfig.AopEvents = new AopEvents();
|
db.Context.CurrentConnectionConfig.AopEvents = new AopEvents();
|
||||||
}
|
}
|
||||||
this.GetConnectionConfigIds.Add(configId+"");
|
|
||||||
return db.Context;
|
return db.Context;
|
||||||
}
|
}
|
||||||
public bool IsAnyConnection(dynamic configId)
|
public bool IsAnyConnection(dynamic configId)
|
||||||
|
|||||||
Reference in New Issue
Block a user