mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-07 18:04:55 +08:00
Merge branch 'master' of gitee.com:dotnetchina/SqlSugar
This commit is contained in:
@@ -1051,7 +1051,7 @@ namespace SqlSugar
|
|||||||
_Context.Ado.IsEnableLogEvent = true;
|
_Context.Ado.IsEnableLogEvent = true;
|
||||||
this.CurrentConnectionConfig = config;
|
this.CurrentConnectionConfig = config;
|
||||||
_ThreadId = Thread.CurrentThread.ManagedThreadId.ToString();
|
_ThreadId = Thread.CurrentThread.ManagedThreadId.ToString();
|
||||||
if (_MappingColumns == null)
|
if (this.MappingTables == null)
|
||||||
this.MappingTables = new MappingTableList();
|
this.MappingTables = new MappingTableList();
|
||||||
if (this.MappingColumns == null)
|
if (this.MappingColumns == null)
|
||||||
this.MappingColumns = new MappingColumnList();
|
this.MappingColumns = new MappingColumnList();
|
||||||
|
|||||||
Reference in New Issue
Block a user