mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +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")
|
||||
method = isNullableType ? getConvertdatetimeoffsetDate : getdatetimeoffsetDate;
|
||||
break;
|
||||
case CSharpDataType.Single:
|
||||
break;
|
||||
default:
|
||||
method = getConvertValueMethod.MakeGenericMethod(bindPropertyType);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user