Merge branch 'Test_IRC_Net8' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
0b1a640c3e
|
@ -255,7 +255,7 @@ namespace IRaCIS.Application.Services
|
||||||
var query = _readingClinicalDataRepository.AsQueryable();
|
var query = _readingClinicalDataRepository.AsQueryable();
|
||||||
if (inDto.StudyId != null)
|
if (inDto.StudyId != null)
|
||||||
{
|
{
|
||||||
query = query.Where(x => x.StudyId == inDto.StudyId.Value);
|
query = query.Where(x => x.StudyId == inDto.StudyId.Value && x.TrialId==inDto.TrialId&&x.SubjectId==inDto.SubjectId);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue