mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 02:14:53 +08:00
Update exp to sql
This commit is contained in:
@@ -182,6 +182,11 @@ namespace SqlSugar
|
||||
throw new NotSupportedException("Not Supported " + item.ToString() + " " + ex.Message);
|
||||
}
|
||||
}
|
||||
else if (item is ConditionalExpression)
|
||||
{
|
||||
var result = GetNewExpressionValue(item);
|
||||
this.Context.Result.Append(base.Context.GetEqString(memberName, result));
|
||||
}
|
||||
}
|
||||
}
|
||||
private static bool IsConst(Expression item)
|
||||
|
||||
Reference in New Issue
Block a user