mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Queryable.WithCahe BUG
This commit is contained in:
@@ -1582,6 +1582,10 @@ namespace SqlSugar
|
||||
result.SqlBuilder = this.SqlBuilder;
|
||||
result.SqlBuilder.QueryBuilder.Parameters = QueryBuilder.Parameters;
|
||||
result.SqlBuilder.QueryBuilder.SelectValue = expression;
|
||||
if (this.IsCache)
|
||||
{
|
||||
result.WithCache(this.CacheTime);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
protected void _Where(Expression expression)
|
||||
|
Reference in New Issue
Block a user