IRC_NewDev
he 2024-09-27 17:12:34 +08:00
parent 8dc2301184
commit 513d773be3
1 changed files with 1 additions and 0 deletions

View File

@ -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()