修改
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user