Compare commits
No commits in common. "cd9f7f88123c0be80fa21e50de97381dc347bb23" and "cf245839748b274352d377f537a4aa41a2f55900" have entirely different histories.
cd9f7f8812
...
cf24583974
|
@ -2900,7 +2900,6 @@ namespace IRaCIS.Core.Application.Service
|
|||
if (maxReadingTime != null)
|
||||
{
|
||||
query = query.Where(x => x.FirstReadingTime == maxReadingTime);
|
||||
skipcount = 0;
|
||||
}
|
||||
task = await query
|
||||
.Select(x => new GetReadingTaskDto()
|
||||
|
|
Loading…
Reference in New Issue