Uat_Study
he 2023-06-05 14:38:39 +08:00
parent f6f3fcf1d3
commit f9b52f9433
1 changed files with 1 additions and 1 deletions

View File

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