mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-02 03:13:58 +08:00
Update many to many
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user