Update many to many

This commit is contained in:
sunkaixuan 2023-04-24 23:08:29 +08:00
parent bd0ed9addc
commit 3701317795

View File

@ -125,6 +125,10 @@ namespace SqlSugar
{
UpdateRoot();
}
else if (isRoot &&_RootOptions?.IsInsertRoot==true&& nav.Navigat.NavigatType == NavigateType.ManyToMany)
{
UpdateRoot();
}
else
{
if (_Options != null && _Options.ManyToManyIsUpdateA)