Single ot decimal? bug

This commit is contained in:
sunkaixuan
2020-12-04 21:39:12 +08:00
parent 66726e5f07
commit 06c0080d4c

View File

@@ -332,6 +332,8 @@ namespace SqlSugar
if (bindProperyTypeName == "datetime")
method = isNullableType ? getConvertdatetimeoffsetDate : getdatetimeoffsetDate;
break;
case CSharpDataType.Single:
break;
default:
method = getConvertValueMethod.MakeGenericMethod(bindPropertyType);
break;