mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Single ot decimal? bug
This commit is contained in:
@@ -332,6 +332,8 @@ namespace SqlSugar
|
||||
if (bindProperyTypeName == "datetime")
|
||||
method = isNullableType ? getConvertdatetimeoffsetDate : getdatetimeoffsetDate;
|
||||
break;
|
||||
case CSharpDataType.Single:
|
||||
break;
|
||||
default:
|
||||
method = getConvertValueMethod.MakeGenericMethod(bindPropertyType);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user