Synchronization code

This commit is contained in:
sunkaixuan 2023-04-24 23:09:33 +08:00
parent 3701317795
commit 4554b602c9

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)