mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-22 21:01:59 +08:00
Update List.Any BUG caused by Microsoft BUG
This commit is contained in:
@@ -1030,7 +1030,7 @@ namespace SqlSugar
|
|||||||
var newValue = "null";
|
var newValue = "null";
|
||||||
if (value != null)
|
if (value != null)
|
||||||
{
|
{
|
||||||
if (UtilMethods.IsNumber(columnInfo.UnderType.Name))
|
if (columnInfo.DbTableName!= "String" && UtilMethods.IsNumber(columnInfo.UnderType.Name))
|
||||||
{
|
{
|
||||||
newValue = value.ToString();
|
newValue = value.ToString();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user