mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 12:18:00 +08:00
-
This commit is contained in:
parent
e6770c7e10
commit
31bf2ac769
@ -261,7 +261,8 @@ namespace SqlSugar
|
||||
method = isNullableType ? getConvertStringGuid : getStringGuid;
|
||||
break;
|
||||
case CSharpDataType.@byte:
|
||||
method = isNullableType ? getConvertByte : getByte;
|
||||
if (bindProperyTypeName == "byte")
|
||||
method = isNullableType ? getConvertByte : getByte;
|
||||
break;
|
||||
case CSharpDataType.@enum:
|
||||
method = isNullableType ? getConvertEnum_Null.MakeGenericMethod(bindPropertyType) : getEnum.MakeGenericMethod(bindPropertyType);
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user