mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-03 11:54:00 +08:00
Update db.UpdateNav
This commit is contained in:
@@ -39,6 +39,10 @@ namespace SqlSugar
|
||||
foreach (var item in parentList)
|
||||
{
|
||||
var items = parentNavigateProperty.PropertyInfo.GetValue(item);
|
||||
if (items == null)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
var children = ((List<TChild>)items);
|
||||
if (this._Options != null && this._Options.ManyToManyIsUpdateB)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user