mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update split table Storageable bug
This commit is contained in:
@@ -133,7 +133,7 @@ namespace SqlSugar
|
||||
var addList = item.Select(it => it.Item).ToList();
|
||||
resultValue += this.Context.Storageable(addList).As(item.Key).WhereColumns(whereExpression).ExecuteCommand();
|
||||
}
|
||||
return result;
|
||||
return resultValue;
|
||||
}
|
||||
|
||||
private async Task<int> _ExecuteSqlBulkCopyAsync(List<T> list)
|
||||
@@ -151,7 +151,7 @@ namespace SqlSugar
|
||||
ActionCallBack(resultValue);
|
||||
}
|
||||
}
|
||||
return result;
|
||||
return resultValue;
|
||||
}
|
||||
private int _ExecuteSqlBulkCopy(List<T> list)
|
||||
{
|
||||
|
Reference in New Issue
Block a user