mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-15 20:49:31 +08:00
Update nav qurey
This commit is contained in:
parent
ab17645a90
commit
3a3a5186bb
@ -772,6 +772,10 @@ namespace SqlSugar
|
||||
var leftName = item.Key;
|
||||
if (anyParent)
|
||||
{
|
||||
if (rightValue == null)
|
||||
{
|
||||
rightValue = UtilMethods.GetDefaultValue(rightColumnInfo.PropertyInfo.PropertyType);
|
||||
}
|
||||
rightValue = rightValue.GetType().GetProperty(item.Value.Name).GetValue(rightValue);
|
||||
}
|
||||
//// var rightColumn=col
|
||||
|
Loading…
Reference in New Issue
Block a user