mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-16 16:50:41 +08:00
Update exp to sql
This commit is contained in:
parent
a3da51a167
commit
654111fdd6
@ -79,7 +79,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
ResolveUnaryExpConst(parameter, item, asName);
|
ResolveUnaryExpConst(parameter, item, asName);
|
||||||
}
|
}
|
||||||
else if (item is BinaryExpression)
|
else if (ExpressionTool.RemoveConvert(item) is BinaryExpression)
|
||||||
{
|
{
|
||||||
ResolveBinary(item, asName);
|
ResolveBinary(item, asName);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user