mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-05 13:17:57 +08:00
Exp to sql (Microsoft.Extensions.Primitives.StringValues)
This commit is contained in:
parent
d17cb08420
commit
3d6a708134
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user