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