mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-31 15:56:25 +08:00
条件判断错误
This commit is contained in:
parent
e67d1a88ce
commit
734334fdee
@ -1051,7 +1051,7 @@ namespace SqlSugar
|
||||
_Context.Ado.IsEnableLogEvent = true;
|
||||
this.CurrentConnectionConfig = config;
|
||||
_ThreadId = Thread.CurrentThread.ManagedThreadId.ToString();
|
||||
if (_MappingColumns == null)
|
||||
if (this.MappingTables == null)
|
||||
this.MappingTables = new MappingTableList();
|
||||
if (this.MappingColumns == null)
|
||||
this.MappingColumns = new MappingColumnList();
|
||||
|
Loading…
Reference in New Issue
Block a user