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:
@@ -179,7 +179,6 @@ namespace SqlSugar
|
||||
{
|
||||
this._Context.Deleteable<TChild>()
|
||||
.AS(thisEntity.DbTableName)
|
||||
.EnableQueryFilter()
|
||||
.In(thisFkColumn.DbColumnName, ids.Distinct().ToList()).ExecuteCommand();
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user