This commit is contained in:
he
2023-06-05 14:38:39 +08:00
parent f6f3fcf1d3
commit f9b52f9433
@@ -412,7 +412,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
else
{
await ReadingCalculate(readingData, new List<QuestionType>() { type });
await ReadingCalculate(readingData, new List<QuestionType>() { type.Value });
}
}