mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Synchronization code
This commit is contained in:
parent
3701317795
commit
4554b602c9
@ -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