mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-16 13:09:33 +08:00
Synchronization code
This commit is contained in:
parent
bf39646c14
commit
27e65e80d5
@ -291,7 +291,7 @@ namespace SqlSugar
|
||||
result.Context = this.Context;
|
||||
result.UpdateObjects = this.UpdateObjs;
|
||||
result.IsEnableDiffLogEvent = this.IsEnableDiffLogEvent;
|
||||
result.BusinessData = this.diffModel.BusinessData;
|
||||
result.BusinessData = this.diffModel?.BusinessData;
|
||||
if(this.IsWhereColumns)
|
||||
result.WhereColumns = this.WhereColumnList;
|
||||
SplitTableContext helper = new SplitTableContext(Context)
|
||||
|
Loading…
Reference in New Issue
Block a user