mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update many to many
This commit is contained in:
parent
bd0ed9addc
commit
3701317795
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user