修改QC复核 -二次提交-uat-7
parent
1cf961c75d
commit
903344160e
|
@ -1985,6 +1985,7 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
|
||||
public class QCQuestionAnswer
|
||||
{
|
||||
public Guid? AnswerId { get; set; }
|
||||
public Guid Id { get; set; }
|
||||
public string QuestionName { get; set; } = String.Empty;
|
||||
public bool IsRequired { get; set; }
|
||||
|
|
|
@ -519,6 +519,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
|||
from leftanswer in answertemp.DefaultIfEmpty()
|
||||
select new QCQuestionAnswer()
|
||||
{
|
||||
AnswerId= leftanswer.Id,
|
||||
Answer = leftanswer.Answer,
|
||||
ShowOrder = data.ShowOrder,
|
||||
QuestionName = data.QuestionName,
|
||||
|
|
Loading…
Reference in New Issue