mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
-
This commit is contained in:
@@ -1564,7 +1564,7 @@ namespace SqlSugar
|
||||
asyncQueryable.Mapper(MapperAction);
|
||||
if (this.MapperActionWithCache != null)
|
||||
asyncQueryable.Mapper(MapperActionWithCache);
|
||||
if (this.Mappers != null && asyncContext is QueryableProvider<T>)
|
||||
if (this.Mappers != null && ((asyncQueryable as QueryableProvider<T>)!=null))
|
||||
{
|
||||
(asyncQueryable as QueryableProvider<T>).Mappers = this.Mappers;
|
||||
}
|
||||
|
Reference in New Issue
Block a user