mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-22 02:51:58 +08:00
BUG ForEachByPageAsync
This commit is contained in:
@@ -385,7 +385,7 @@ namespace SqlSugar
|
||||
}
|
||||
}
|
||||
}
|
||||
totalNumber = count;
|
||||
totalNumber.Value = count;
|
||||
}
|
||||
|
||||
public async Task<List<T>> SetContextAsync<ParameterT>(Expression<Func<T, object>> thisFiled1, Expression<Func<object>> mappingFiled1,
|
||||
|
||||
Reference in New Issue
Block a user