mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 10:10:16 +08:00
db.Storageable(updateList).SplitTable().ExecuteCommand();
This commit is contained in:
parent
dae6a52843
commit
fd4229a83e
@ -73,7 +73,7 @@ namespace SqlSugar
|
||||
foreach (var item in groupModels.GroupBy(it => it.GroupName))
|
||||
{
|
||||
var addList = item.Select(it => it.Item).ToList();
|
||||
resultValue += this.Context.Storageable(addList).ExecuteCommand();
|
||||
resultValue += this.Context.Storageable(addList).As(item.Key).ExecuteCommand();
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user