修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-01-16 10:47:00 +08:00
parent b179a2fa49
commit 5bb0f30c77
1 changed files with 6 additions and 5 deletions

View File

@ -2008,6 +2008,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
//{ //{
// return SpleenAssessment.Stabilization.GetEnumInt(); // return SpleenAssessment.Stabilization.GetEnumInt();
//} //}
Console.WriteLine("计算了PET5PS,当前接口" + _userInfo.RequestUrl);
if (inDto.QuestionInfo.Any(x => x.QuestionType == QuestionType.ExistPET && x.Answer == ReadingYesOrNo.No.GetEnumInt())) if (inDto.QuestionInfo.Any(x => x.QuestionType == QuestionType.ExistPET && x.Answer == ReadingYesOrNo.No.GetEnumInt()))
{ {
return PET5PSScore.NE.GetEnumInt(); return PET5PSScore.NE.GetEnumInt();