mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Code optimization
This commit is contained in:
parent
6afaf963ad
commit
1a0f80fdf6
@ -267,6 +267,10 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
method = getConvertValueMethod.MakeGenericMethod(bindPropertyType);
|
method = getConvertValueMethod.MakeGenericMethod(bindPropertyType);
|
||||||
}
|
}
|
||||||
|
if (bindPropertyType == UtilConstants.IntType)
|
||||||
|
{
|
||||||
|
method = getConvertValueMethod.MakeGenericMethod(bindPropertyType);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case CSharpDataType.Guid:
|
case CSharpDataType.Guid:
|
||||||
CheckType(bind.GuidThrow, bindProperyTypeName, validPropertyName, propertyName);
|
CheckType(bind.GuidThrow, bindProperyTypeName, validPropertyName, propertyName);
|
||||||
|
Loading…
Reference in New Issue
Block a user