Uat_Study
he 2022-11-21 15:34:55 +08:00
parent 3638b73ede
commit 307f9cb844
1 changed files with 2 additions and 0 deletions

View File

@ -908,6 +908,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
IsReadingShowSubjectInfo= criterionConfig.IsReadingShowSubjectInfo,
IsReadingShowPreviousResults= criterionConfig.IsReadingShowPreviousResults,
DigitPlaces= criterionConfig.DigitPlaces,
CriterionType=criterionConfig.CriterionType,
});
}
else
@ -935,6 +936,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
IsReadingShowSubjectInfo = criterionConfig.IsReadingShowSubjectInfo,
IsReadingShowPreviousResults = criterionConfig.IsReadingShowPreviousResults,
DigitPlaces = criterionConfig.DigitPlaces,
CriterionType = criterionConfig.CriterionType,
});
}