mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-07 15:14:33 +08:00
Update db.UpdateNav
This commit is contained in:
@@ -178,8 +178,7 @@ namespace SqlSugar
|
|||||||
if (this._Context?.CurrentConnectionConfig?.MoreSettings?.IsAutoDeleteQueryFilter == true)
|
if (this._Context?.CurrentConnectionConfig?.MoreSettings?.IsAutoDeleteQueryFilter == true)
|
||||||
{
|
{
|
||||||
this._Context.Deleteable<TChild>()
|
this._Context.Deleteable<TChild>()
|
||||||
.AS(thisEntity.DbTableName)
|
.AS(thisEntity.DbTableName)
|
||||||
.EnableQueryFilter()
|
|
||||||
.In(thisFkColumn.DbColumnName, ids.Distinct().ToList()).ExecuteCommand();
|
.In(thisFkColumn.DbColumnName, ids.Distinct().ToList()).ExecuteCommand();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user