修改QC复核 -二次提交-uat-6
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-15 16:15:42 +08:00
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,