mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Synchronization code
This commit is contained in:
@@ -428,7 +428,7 @@ namespace SqlSugar
|
||||
{
|
||||
if (value is decimal v)
|
||||
{
|
||||
return v.ToString(UtilConstants.EnCultureInfo);
|
||||
return v.ToString(CultureInfo.InvariantCulture);
|
||||
}
|
||||
if (value.ObjToString().Contains(","))
|
||||
{
|
||||
|
Reference in New Issue
Block a user