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