mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update exp to sql
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user