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