修改错误
This commit is contained in:
@ -1750,8 +1750,7 @@ public class UserAnswerTaskService(
|
||||
// 统计有题目的页面数(用于文章篇数计算)
|
||||
var pagesWithTasks = allTasks
|
||||
.Where(t => secondLevelPageIds.Contains(t.JournalPageId))
|
||||
.Select(t => t.JournalPageId)
|
||||
.Distinct()
|
||||
.Select(t => t.JournalPageId)
|
||||
.ToHashSet();
|
||||
|
||||
articleCount += pagesWithTasks.Count;
|
||||
|
||||
Reference in New Issue
Block a user