mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-19 17:51:36 +08:00
Update Mapper
This commit is contained in:
@@ -1156,7 +1156,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
if (typeof(TResult) == typeof(T))
|
if (typeof(TResult) == typeof(T))
|
||||||
{
|
{
|
||||||
this.MapperAction((T)Convert.ChangeType(item, typeof(T)));
|
this.MapperAction((T)(item as object));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user