mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 02:14:53 +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())
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user