Compare commits
2 Commits
cf24583974
...
cd9f7f8812
Author | SHA1 | Date |
---|---|---|
|
cd9f7f8812 | |
|
513d773be3 |
|
@ -2900,6 +2900,7 @@ 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