mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Synchronization code
This commit is contained in:
@@ -48,7 +48,14 @@ namespace SqlSugar
|
|||||||
private void ResloveBoolMethod(ExpressionParameter parameter, Expression item, string asName)
|
private void ResloveBoolMethod(ExpressionParameter parameter, Expression item, string asName)
|
||||||
{
|
{
|
||||||
this.Expression = item;
|
this.Expression = item;
|
||||||
this.Start();
|
if (ExpressionTool.GetMethodName(item) == "Any")
|
||||||
|
{
|
||||||
|
parameter.CommonTempData = GetNewExpressionValue(item);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.Start();
|
||||||
|
}
|
||||||
var sql = this.Context.DbMehtods.IIF(new MethodCallExpressionModel()
|
var sql = this.Context.DbMehtods.IIF(new MethodCallExpressionModel()
|
||||||
{
|
{
|
||||||
Args = new List<MethodCallExpressionArgs>() {
|
Args = new List<MethodCallExpressionArgs>() {
|
||||||
|
Reference in New Issue
Block a user