mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-01 19:03:58 +08:00
-
This commit is contained in:
@@ -167,7 +167,7 @@ namespace SqlSugar
|
||||
{
|
||||
return GetKeyValueList<T>(type, dataReader);
|
||||
}
|
||||
else if (type.IsValueType || type == PubConst.StringType)
|
||||
else if (type.IsValueType() || type == PubConst.StringType)
|
||||
{
|
||||
return GetValueTypeList<T>(type, dataReader);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user