mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-16 04:59:34 +08:00
CultureInfo.InvariantCulture
This commit is contained in:
parent
63e9863df7
commit
20dea82fc3
@ -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(","))
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
<package >
|
||||
<metadata>
|
||||
<id>SqlSugarCore</id>
|
||||
<version>5.1.4.173</version>
|
||||
<version>5.1.4.174-preview01</version>
|
||||
<authors>sunkaixuan</authors>
|
||||
<owners>果糖大数据科技</owners>
|
||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||
|
Loading…
Reference in New Issue
Block a user