mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 19:15:10 +08:00
Update Queryable.WhereClass
This commit is contained in:
parent
0803500d90
commit
971e30ad26
@ -540,7 +540,7 @@ namespace SqlSugar
|
||||
ConditionalType = ConditionalType.Equal,
|
||||
FieldName = column.DbColumnName,
|
||||
FieldValue = value.ObjToString(),
|
||||
CSharpTypeName=column.PropertyInfo.PropertyType.Name
|
||||
CSharpTypeName=column.UnderType.Name
|
||||
});
|
||||
if (value != null && value.GetType().IsEnum())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user