mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
-
This commit is contained in:
@@ -332,7 +332,7 @@ namespace SqlSugar
|
||||
var data = dr.GetString(i);
|
||||
if (data.ToString() == "")
|
||||
{
|
||||
return UtilMethods.To<T>(null);
|
||||
return UtilMethods.To<T>(default(T));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user