Compare commits

..

No commits in common. "132a0a8eba667e2443a64362b3922519076ea0c6" and "8bbd93409eae2084baaf51570b85d616e9acb2d1" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -493,7 +493,6 @@ 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,

View File

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