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())