修改QC复核 -二次提交-uat-8
parent
723531d0a4
commit
ec2a717b9b
|
@ -493,6 +493,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||||
questionAnswerlist = await _trialQCQuestionAnswerRepository.Where(x => x.SubjectVisitId == inDto.SubjectVisitId && x.QCProcessEnum == inDto.QCProcessEnum && x.CurrentQCEnum == inDto.CurrentQCEnum)
|
questionAnswerlist = await _trialQCQuestionAnswerRepository.Where(x => x.SubjectVisitId == inDto.SubjectVisitId && x.QCProcessEnum == inDto.QCProcessEnum && x.CurrentQCEnum == inDto.CurrentQCEnum)
|
||||||
.Select(data => new QCQuestionAnswer()
|
.Select(data => new QCQuestionAnswer()
|
||||||
{
|
{
|
||||||
|
AnswerId=data.Id,
|
||||||
Answer = data.Answer,
|
Answer = data.Answer,
|
||||||
ShowOrder = data.TrialQCQuestionConfigure.ShowOrder,
|
ShowOrder = data.TrialQCQuestionConfigure.ShowOrder,
|
||||||
QuestionName = data.TrialQCQuestionConfigure.QuestionName,
|
QuestionName = data.TrialQCQuestionConfigure.QuestionName,
|
||||||
|
|
|
@ -34,7 +34,7 @@ namespace IRaCIS.Core.Domain.Share
|
||||||
|
|
||||||
TrialQCQuestionConfirmUpdate=112,
|
TrialQCQuestionConfirmUpdate=112,
|
||||||
|
|
||||||
SecondReviewConfirm = 219,
|
SecondReviewConfirm = 113,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue