mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-30 04:45:54 +08:00
Performance optimization
This commit is contained in:
parent
3bc2593fcd
commit
0f2127a58e
@ -258,7 +258,7 @@ namespace SqlSugar
|
||||
case CSharpDataType.Guid:
|
||||
CheckType(bind.GuidThrow, bindProperyTypeName, validPropertyName, propertyName);
|
||||
if (bindProperyTypeName == "guid")
|
||||
method = isNullableType ? getConvertStringGuid : getStringGuid;
|
||||
method = isNullableType ? getConvertGuid : getStringGuid;
|
||||
break;
|
||||
case CSharpDataType.@byte:
|
||||
if (bindProperyTypeName == "byte")
|
||||
|
Loading…
Reference in New Issue
Block a user