IRC_NewDev
he 2024-04-11 13:36:10 +08:00
parent b65635c41c
commit b39d8dd546
1 changed files with 1 additions and 2 deletions

View File

@ -447,7 +447,6 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
GetCanChooseNotMergeOutDto getCanChooseNotMergeOutDto = new GetCanChooseNotMergeOutDto()
{
IsCanChooseNotMerge = !readingData.QuestionInfo.Any(x => questionTypes.Contains(x.QuestionType) && x.Answer != string.Empty)
&& (pet5ps==string.Empty||pet5ps==PET5PSScore.NE.GetEnumInt())
};