mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-16 13:09:33 +08:00
Update exp to sql
This commit is contained in:
parent
5a2a22ed59
commit
83c8228c06
@ -267,7 +267,7 @@ namespace SqlSugar
|
||||
}
|
||||
else if (isBoolValue && isIIF && item is MemberExpression&&ExpressionTool.GetParameters(item).Count()==0)
|
||||
{
|
||||
var expValue = GetNewExpressionValue(item);
|
||||
var expValue = AppendParameter(ExpressionTool.DynamicInvoke(item));
|
||||
expValue = this.Context.DbMehtods.Equals(new MethodCallExpressionModel()
|
||||
{
|
||||
Name = "Equals",
|
||||
|
Loading…
Reference in New Issue
Block a user