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