Compare commits

...

2 Commits

Author SHA1 Message Date
he cd9f7f8812 Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is running Details
2024-09-27 17:12:34 +08:00
he 513d773be3 修改 2024-09-27 17:12:34 +08:00
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()