This commit is contained in:
夏菊 2025-11-04 16:38:33 +08:00
parent 849537dcf1
commit 2128fe6a93
1 changed files with 2 additions and 0 deletions

View File

@ -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;