mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Synchronization code
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user