mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Synchronization code
This commit is contained in:
parent
8c691260f1
commit
40b8c57dee
@ -838,6 +838,10 @@ namespace SqlSugar
|
||||
else
|
||||
{
|
||||
result= GetExpressionValue(expression, this.SelectType).GetResultString();
|
||||
if (result == null && ExpressionTool.GetMethodName(ExpressionTool.GetLambdaExpressionBody(expression)) == "End")
|
||||
{
|
||||
result = GetExpressionValue(expression, ResolveExpressType.FieldSingle).GetResultString();
|
||||
}
|
||||
}
|
||||
if (result == null&& this.AppendNavInfo?.AppendProperties==null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user