修改一版

This commit is contained in:
he
2022-07-15 13:53:47 +08:00
parent 75422ba32b
commit 3acb30cc93
3 changed files with 38 additions and 5 deletions
@@ -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
{