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