Compare commits
No commits in common. "8dc2301184b7e0b33a7d7bbc1aabda2dcb88e1ec" and "8626a6b453760a71eab0c4888878a30b702aab56" have entirely different histories.
8dc2301184
...
8626a6b453
|
|
@ -2895,12 +2895,6 @@ namespace IRaCIS.Core.Application.Service
|
|||
{
|
||||
skipcount = random.Next(0, count - 1);
|
||||
}
|
||||
|
||||
var maxReadingTime = query.MaxOrDefault(x => x.FirstReadingTime);
|
||||
if (maxReadingTime != null)
|
||||
{
|
||||
query = query.Where(x => x.FirstReadingTime == maxReadingTime);
|
||||
}
|
||||
task = await query
|
||||
.Select(x => new GetReadingTaskDto()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue