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