mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-08 06:37:57 +08:00
-
This commit is contained in:
parent
3786941c50
commit
cb15e5134b
Binary file not shown.
@ -23,11 +23,6 @@ namespace SqlSugar
|
|||||||
ExpressionType = expression.GetType()
|
ExpressionType = expression.GetType()
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
if (isLeft == null && base.Context.SqlWhere == null)
|
|
||||||
{
|
|
||||||
base.Context.SqlWhere = new StringBuilder();
|
|
||||||
base.Context.SqlWhere.Append(value);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -24,12 +24,6 @@ namespace SqlSugar
|
|||||||
ExpressionType = expression.Expression.GetType()
|
ExpressionType = expression.Expression.GetType()
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
if (isLeft == null && base.Context.SqlWhere == null)
|
|
||||||
{
|
|
||||||
base.Context.SqlWhere = new StringBuilder();
|
|
||||||
base.Context.SqlWhere.Append(value);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user