修改QC复核 -二次提交-uat-6
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
4214fcc870
commit
1cf961c75d
|
@ -412,7 +412,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
|||
|
||||
var temp = await GetVisitQCStudyAndSeriesList(subjectVisitId);
|
||||
|
||||
//var qacheckList = await GetQCQuestionAnswerList(subjectVisitId, sv.TrialId, trialQCProcess, currentQCType);
|
||||
var qacheckList = await GetQCQuestionAnswerList(subjectVisitId, sv.TrialId, trialQCProcess, currentQCType);
|
||||
|
||||
List<SecondReviewDto> secondReviewList = new List<SecondReviewDto>();
|
||||
|
||||
|
@ -454,7 +454,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
|||
|
||||
return new TrialVisitQADTO
|
||||
{
|
||||
//QCQuestionAnswerList = qacheckList,
|
||||
QCQuestionAnswerList = qacheckList,
|
||||
|
||||
SecondReviewList = secondReviewList,
|
||||
|
||||
|
|
Loading…
Reference in New Issue