This commit is contained in:
parent
849537dcf1
commit
2128fe6a93
|
|
@ -328,6 +328,7 @@ namespace BLL
|
||||||
x.IsSubmit = list[i].IsSubmit;
|
x.IsSubmit = list[i].IsSubmit;
|
||||||
x.AttachUrl = list[i].AttachUrl;
|
x.AttachUrl = list[i].AttachUrl;
|
||||||
x.QuestionDef = list[i].QuestionDef;
|
x.QuestionDef = list[i].QuestionDef;
|
||||||
|
x.ReasonAnalysis = list[i].ReasonAnalysis;
|
||||||
if (!string.IsNullOrEmpty(list[i].QuestionType))
|
if (!string.IsNullOrEmpty(list[i].QuestionType))
|
||||||
{
|
{
|
||||||
x.QuestionType = list[i].QuestionType + "$" + BLL.QualityQuestionTypeService.GetQualityQuestionType(list[i].QuestionType).QualityQuestionType;
|
x.QuestionType = list[i].QuestionType + "$" + BLL.QualityQuestionTypeService.GetQualityQuestionType(list[i].QuestionType).QualityQuestionType;
|
||||||
|
|
@ -537,6 +538,7 @@ namespace BLL
|
||||||
x.IsSubmit = list[i].IsSubmit;
|
x.IsSubmit = list[i].IsSubmit;
|
||||||
x.AttachUrl = list[i].AttachUrl;
|
x.AttachUrl = list[i].AttachUrl;
|
||||||
x.QuestionDef = list[i].QuestionDef;
|
x.QuestionDef = list[i].QuestionDef;
|
||||||
|
x.ReasonAnalysis = list[i].ReasonAnalysis;
|
||||||
if (!string.IsNullOrEmpty(list[i].QuestionType))
|
if (!string.IsNullOrEmpty(list[i].QuestionType))
|
||||||
{
|
{
|
||||||
x.QuestionType = list[i].QuestionType + "$" + BLL.QualityQuestionTypeService.GetQualityQuestionType(list[i].QuestionType).QualityQuestionType;
|
x.QuestionType = list[i].QuestionType + "$" + BLL.QualityQuestionTypeService.GetQualityQuestionType(list[i].QuestionType).QualityQuestionType;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue