mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
-
This commit is contained in:
@@ -840,7 +840,7 @@ namespace SqlSugar
|
||||
});
|
||||
if (this.Context.CurrentConnectionConfig?.MoreSettings?.DisableQueryWhereColumnRemoveTrim==true)
|
||||
{
|
||||
data.Value.FieldValue = value.ObjToString();
|
||||
data.Value.FieldValue = value+"";
|
||||
}
|
||||
if (value is Enum && this.Context.CurrentConnectionConfig?.MoreSettings?.TableEnumIsString != true)
|
||||
{
|
||||
|
Reference in New Issue
Block a user