mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-29 01:44:41 +08:00
Delete nav
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user