Update db.UpdateNav

This commit is contained in:
sunkaixuan
2025-09-25 17:55:53 +08:00
parent de3cc66694
commit 3a2c8fe5af
4 changed files with 4 additions and 4 deletions

View File

@@ -179,7 +179,7 @@ namespace SqlSugar
{
this._Context.Deleteable<TChild>()
.AS(thisEntity.DbTableName)
.EnableQueryFilter(thisEntity.Type)
.EnableQueryFilter()
.In(thisFkColumn.DbColumnName, ids.Distinct().ToList()).ExecuteCommand();
}
else

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>5.1.4.203</Version>
<Version>5.1.4.204</Version>
<Copyright>sun_kai_xuan</Copyright>
<PackageProjectUrl>https://github.com/sunkaixuan/SqlSugar</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCore</id>
<version>5.1.4.203</version>
<version>5.1.4.204</version>
<authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCoreNoDrive</id>
<version>5.1.4.203</version>
<version>5.1.4.204</version>
<authors>sunkaixuan</authors>
<owners>Landa</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>