mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-28 16:37:58 +08:00
Code optimization
This commit is contained in:
parent
6afaf963ad
commit
1a0f80fdf6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user