修改
This commit is contained in:
@@ -278,6 +278,7 @@ namespace IRaCIS.Application.Services
|
||||
var rowInfo = tableAnsweRowInfos.Where(y => y.RowIndex == x && y.QuestionId == item.Id).FirstOrDefault();
|
||||
|
||||
answers.Add("MeasureData", rowInfo==null?string.Empty:rowInfo.MeasureData);
|
||||
answers.Add("RowIndex", x.ToString());
|
||||
|
||||
item.TableQuestions.Answers.Add(answers);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user