mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Synchronization code
This commit is contained in:
parent
5dccf3d74c
commit
d11e30fab1
@ -328,7 +328,7 @@ namespace SqlSugar
|
||||
}
|
||||
else
|
||||
{
|
||||
result.Add((T)Convert.ChangeType(value, UtilMethods.GetUnderType(type)));
|
||||
result.Add((T)UtilMethods.ChangeType2(value, type));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user