mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-21 11:07:34 +08:00
-
This commit is contained in:
@@ -173,6 +173,10 @@ namespace SqlSugar
|
||||
{
|
||||
return "'" + value.ToString().ToSqlFilter() + "'";
|
||||
}
|
||||
else if (value is decimal v)
|
||||
{
|
||||
return v.ToString(CultureInfo.InvariantCulture);
|
||||
}
|
||||
else
|
||||
{
|
||||
return "'" + value.ToString() + "'";
|
||||
|
Reference in New Issue
Block a user