mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-24 08:33:16 +08:00
Update split wherecolumns
This commit is contained in:
@@ -290,7 +290,8 @@ namespace SqlSugar
|
||||
SplitTableUpdateByObjectProvider<T> result = new SplitTableUpdateByObjectProvider<T>();
|
||||
result.Context = this.Context;
|
||||
result.UpdateObjects = this.UpdateObjs;
|
||||
result.WhereColumns = this.WhereColumnList;
|
||||
if(this.IsWhereColumns)
|
||||
result.WhereColumns = this.WhereColumnList;
|
||||
SplitTableContext helper = new SplitTableContext(Context)
|
||||
{
|
||||
EntityInfo = this.EntityInfo
|
||||
|
||||
Reference in New Issue
Block a user