修改一版

This commit is contained in:
he
2022-07-18 15:49:42 +08:00
parent 97f11e7c0b
commit fbc446df93
5 changed files with 82 additions and 4 deletions
@@ -103,7 +103,7 @@ namespace IRaCIS.Application.Services
else if (inDto.SubjectId != null)
{
var subjectList =await _subjectRepository.Where(t => t.TrialId == inDto.TrialId)
.Where(t => t.SubjectDoctorList.Any(t => t.DoctorUserId == _userInfo.Id))
.Select(s => new SubjectTask()
{
SubjectId = s.Id,