mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-02 03:13:58 +08:00
-
This commit is contained in:
@@ -32,7 +32,7 @@ namespace SqlSugar
|
||||
}
|
||||
else
|
||||
{
|
||||
return GetEntityList<T>(type, Context, dataReader, fields);
|
||||
return GetEntityList<T>(Context, dataReader, fields);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user