Synchronization code

This commit is contained in:
sunkaixuan 2023-11-10 21:03:02 +08:00
parent 8c691260f1
commit 40b8c57dee

View File

@ -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)
{