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