修改QC复核 -二次提交-uat-8

Uat_IRC_Net8
hang 2025-07-15 17:13:01 +08:00
parent 3a298518f9
commit 559663082b
2 changed files with 2 additions and 1 deletions

View File

@ -491,6 +491,7 @@ namespace IRaCIS.Core.Application.Image.QA
questionAnswerlist = await _trialQCQuestionAnswerRepository.Where(x => x.SubjectVisitId == inDto.SubjectVisitId && x.QCProcessEnum == inDto.QCProcessEnum && x.CurrentQCEnum == inDto.CurrentQCEnum)
.Select(data => new QCQuestionAnswer()
{
AnswerId=data.Id,
Answer = data.Answer,
ShowOrder = data.TrialQCQuestionConfigure.ShowOrder,
QuestionName = data.TrialQCQuestionConfigure.QuestionName,

View File

@ -34,7 +34,7 @@ namespace IRaCIS.Core.Domain.Share
TrialQCQuestionConfirmUpdate=112,
SecondReviewConfirm = 219,
SecondReviewConfirm = 113,
}