This commit is contained in:
sunkaixuan
2024-01-18 20:14:42 +08:00
parent b57815819e
commit f427313568

View File

@@ -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)
{