mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-29 19:56:43 +08:00
Merge branch 'SqlSugar5' of github.com:sunkaixuan/SqlSugar
This commit is contained in:
commit
7b66ade4a4
@ -332,6 +332,8 @@ namespace SqlSugar
|
|||||||
if (bindProperyTypeName == "datetime")
|
if (bindProperyTypeName == "datetime")
|
||||||
method = isNullableType ? getConvertdatetimeoffsetDate : getdatetimeoffsetDate;
|
method = isNullableType ? getConvertdatetimeoffsetDate : getdatetimeoffsetDate;
|
||||||
break;
|
break;
|
||||||
|
case CSharpDataType.Single:
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
method = getConvertValueMethod.MakeGenericMethod(bindPropertyType);
|
method = getConvertValueMethod.MakeGenericMethod(bindPropertyType);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user