mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-10 03:14:57 +08:00
Bug
This commit is contained in:
@@ -1821,7 +1821,7 @@ namespace SqlSugar
|
|||||||
protected async Task<List<TResult>> _ToListAsync<TResult>()
|
protected async Task<List<TResult>> _ToListAsync<TResult>()
|
||||||
{
|
{
|
||||||
List<TResult> result = null;
|
List<TResult> result = null;
|
||||||
var sqlObj = this.ToSql();
|
var sqlObj = this._ToSql();
|
||||||
if (IsCache)
|
if (IsCache)
|
||||||
{
|
{
|
||||||
var cacheService = this.Context.CurrentConnectionConfig.ConfigureExternalServices.DataInfoCacheService;
|
var cacheService = this.Context.CurrentConnectionConfig.ConfigureExternalServices.DataInfoCacheService;
|
||||||
|
|||||||
Reference in New Issue
Block a user