Update Mapper

This commit is contained in:
sunkaixuan
2019-05-09 20:26:16 +08:00
parent db4201034a
commit 83812c9d52

View File

@@ -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
{