mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-27 03:09:34 +08:00
Performance optimization
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user