mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update core
This commit is contained in:
parent
8b1c6d6335
commit
a30c9adcde
@ -829,7 +829,7 @@ namespace SqlSugar
|
||||
}
|
||||
public virtual bool Any()
|
||||
{
|
||||
return this.Select("1").First()!=null;
|
||||
return this.Select("1").ToList().Count() > 0;
|
||||
}
|
||||
|
||||
public virtual ISugarQueryable<TResult> Select<TResult>(Expression<Func<T, TResult>> expression)
|
||||
|
Loading…
Reference in New Issue
Block a user