mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-23 13:21:59 +08:00
Synchronization code
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user