This commit is contained in:
he
2022-07-22 14:54:27 +08:00
parent a58e4ac1a1
commit 712ed21783
3 changed files with 3 additions and 2 deletions
@@ -1013,7 +1013,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
SuggesteFinishedTime = u.SuggesteFinishedTime,
ReadingCategory = u.ReadingCategory,
}).ToList(),
}).OrderBy(x => x.SubjectId);
}).Where(x => x.UnReadTaskCount > 0).OrderBy(x => x.SubjectId);