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