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