修改一版
This commit is contained in:
@@ -497,8 +497,11 @@ namespace IRaCIS.Application.Services
|
||||
.Select(x => new CalculateRelationDto()
|
||||
{
|
||||
QuestionId = x.Id,
|
||||
CustomCalculateMark=x.CustomCalculateMark,
|
||||
CalculateQuestionList = x.CalculateQuestionList
|
||||
CustomCalculateMark = x.CustomCalculateMark,
|
||||
CalculateQuestionList = x.CalculateQuestionList,
|
||||
ValueType = x.ValueType,
|
||||
Unit = x.Unit,
|
||||
CustomUnit = x.CustomUnit,
|
||||
|
||||
}).ToListAsync();
|
||||
}
|
||||
@@ -509,7 +512,10 @@ namespace IRaCIS.Application.Services
|
||||
{
|
||||
QuestionId = x.Id,
|
||||
CustomCalculateMark = x.CustomCalculateMark,
|
||||
CalculateQuestionList = x.CalculateQuestionList
|
||||
CalculateQuestionList = x.CalculateQuestionList,
|
||||
ValueType = x.ValueType,
|
||||
Unit = x.Unit,
|
||||
CustomUnit = x.CustomUnit,
|
||||
|
||||
}).ToListAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user