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