mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-15 20:49:31 +08:00
Optimized code
This commit is contained in:
parent
8592f1d7f0
commit
c7035e535c
@ -361,7 +361,7 @@ namespace SqlSugar
|
||||
}
|
||||
public ISugarQueryable<Type> OfType<Type>()
|
||||
{
|
||||
return this.Select<Type>().Select("*");
|
||||
return this.Select<Type>().Select(this.Clone().QueryBuilder.GetSelectValue);
|
||||
}
|
||||
public ISugarQueryable<T> AsType(Type tableNameType)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user