Update split table

This commit is contained in:
sunkaixuan 2022-12-27 17:10:28 +08:00
parent cc77be2299
commit 924b7f5c37

View File

@ -211,7 +211,7 @@ namespace SqlSugar
{
var isLog = this.Context.Ado.IsEnableLogEvent;
this.Context.Ado.IsEnableLogEvent = false;
foreach (var item in TableNames)
foreach (var item in TableNames.GroupBy(it=>it.Key).Select(it=>it).ToDictionary(it=>it.Key,it=>it))
{
if (!this.Context.DbMaintenance.IsAnyTable(item.Key, false))
{