mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
-
This commit is contained in:
parent
ad2c493f85
commit
2b14283fd1
@ -58,7 +58,15 @@ namespace SqlSugar
|
|||||||
base.Expression = memberAssignment.Expression;
|
base.Expression = memberAssignment.Expression;
|
||||||
base.Start();
|
base.Start();
|
||||||
}
|
}
|
||||||
else {
|
else if (item is BinaryExpression)
|
||||||
|
{
|
||||||
|
base.Expression = item;
|
||||||
|
parameter.CommonTempData = "simple";
|
||||||
|
base.Start();
|
||||||
|
parameter.CommonTempData = null;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
Check.ThrowNotSupportedException(item.GetType().Name);
|
Check.ThrowNotSupportedException(item.GetType().Name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user