Delete nav

This commit is contained in:
sunkaixuan
2022-07-13 19:23:04 +08:00
parent 819088f6c2
commit 4d031f0bed
3 changed files with 9 additions and 1 deletions

View File

@@ -40,6 +40,10 @@ namespace SqlSugar
var childList = GetChildList<TChild>().In(thisPkColumn.DbColumnName, bids).ToList();
if (bids.Count != childList.Count)
{
bids = childList.Select(it => thisPkColumn.PropertyInfo.GetValue(it)).ToList();
}
if (IsDeleteB())

View File

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