修改一版
This commit is contained in:
@@ -351,6 +351,10 @@ namespace IRaCIS.Core.Application.Service
|
||||
.Where(t => t.UnReadTaskCount > 0);
|
||||
|
||||
|
||||
//var visitQuery=_visitTaskRepository.Where(x=>x.TrialId==trialId&&x.DoctorUserId== _userInfo.Id)
|
||||
// .GroupBy(x=> new )
|
||||
|
||||
|
||||
var result = await subjectQuery.ToPagedListAsync(iRUnReadSubjectQuery.PageIndex, iRUnReadSubjectQuery.PageSize, String.IsNullOrEmpty(iRUnReadSubjectQuery.SortField) ? nameof(IRUnReadSubjectView.SubjectId) : iRUnReadSubjectQuery.SortField, iRUnReadSubjectQuery.Asc);
|
||||
return (result, new
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user