mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +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);
|
||||
}
|
||||
else if (item is BinaryExpression)
|
||||
else if (ExpressionTool.RemoveConvert(item) is BinaryExpression)
|
||||
{
|
||||
ResolveBinary(item, asName);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user