Compare commits
No commits in common. "132a0a8eba667e2443a64362b3922519076ea0c6" and "8bbd93409eae2084baaf51570b85d616e9acb2d1" have entirely different histories.
132a0a8eba
...
8bbd93409e
|
|
@ -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)
|
||||
.Select(data => new QCQuestionAnswer()
|
||||
{
|
||||
AnswerId=data.Id,
|
||||
Answer = data.Answer,
|
||||
ShowOrder = data.TrialQCQuestionConfigure.ShowOrder,
|
||||
QuestionName = data.TrialQCQuestionConfigure.QuestionName,
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ namespace IRaCIS.Core.Domain.Share
|
|||
|
||||
TrialQCQuestionConfirmUpdate=112,
|
||||
|
||||
SecondReviewConfirm = 113,
|
||||
SecondReviewConfirm = 219,
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue