mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Exp to sql (Microsoft.Extensions.Primitives.StringValues)
This commit is contained in:
@@ -39,6 +39,11 @@ namespace SqlSugar
|
||||
{
|
||||
var exp = ExpressionTool.RemoveConvert(parameter.OppsiteExpression);
|
||||
value = GetMemberValue(value, exp);
|
||||
var valueFullName = value?.GetType()?.FullName;
|
||||
if (valueFullName == "Microsoft.Extensions.Primitives.StringValues")
|
||||
{
|
||||
value = value.ToString();
|
||||
}
|
||||
}
|
||||
if (isSetTempData)
|
||||
{
|
||||
|
Reference in New Issue
Block a user