修改
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
afebbc294b
commit
1fc5bc8f3b
|
@ -2069,11 +2069,11 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
return FDGPETOverallAssessment.NA.GetEnumInt();
|
return FDGPETOverallAssessment.NA.GetEnumInt();
|
||||||
}
|
}
|
||||||
|
|
||||||
var existPET = inDto.QuestionInfo.Any(x => x.QuestionType == QuestionType.ExistPET && x.Answer == ReadingYesOrNo.Yes.GetEnumInt());
|
var notExistPET = inDto.QuestionInfo.Any(x => x.QuestionType == QuestionType.ExistPET && x.Answer == ReadingYesOrNo.No.GetEnumInt());
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (existPET.EqEnum(ReadingYesOrNo.No))
|
if (notExistPET)
|
||||||
{
|
{
|
||||||
return FDGPETOverallAssessment.NE.GetEnumInt();
|
return FDGPETOverallAssessment.NE.GetEnumInt();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue