mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 12:33:44 +08:00
-
This commit is contained in:
@@ -120,7 +120,7 @@ namespace SqlSugar
|
|||||||
ActionCallBack(resultValue);
|
ActionCallBack(resultValue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return result;
|
return resultValue;
|
||||||
}
|
}
|
||||||
private int _ExecuteCommand(List<T> list)
|
private int _ExecuteCommand(List<T> list)
|
||||||
{
|
{
|
||||||
@@ -164,7 +164,7 @@ namespace SqlSugar
|
|||||||
var addList = item.Select(it => it.Item).ToList();
|
var addList = item.Select(it => it.Item).ToList();
|
||||||
resultValue += this.Context.Storageable(addList).As(item.Key).WhereColumns(whereExpression).ExecuteSqlBulkCopy();
|
resultValue += this.Context.Storageable(addList).As(item.Key).WhereColumns(whereExpression).ExecuteSqlBulkCopy();
|
||||||
}
|
}
|
||||||
return result;
|
return resultValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void GroupDataList(List<T> datas, out List<GroupModel> groupModels, out int result)
|
private void GroupDataList(List<T> datas, out List<GroupModel> groupModels, out int result)
|
||||||
|
Reference in New Issue
Block a user