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