修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5bb0f30c77
commit
4bbfacd7de
|
@ -2008,7 +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();
|
||||||
|
@ -2062,9 +2062,12 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
//无需标记,自主选择
|
//无需标记,自主选择
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return string.Empty;
|
Console.WriteLine("计算了PET5PS,当前接口" + _userInfo.RequestUrl + "当前结果");
|
||||||
|
return string.Empty;
|
||||||
}
|
}
|
||||||
return result.GetEnumInt();
|
|
||||||
|
Console.WriteLine("计算了PET5PS,当前接口" + _userInfo.RequestUrl+"当前结果"+ result.GetEnumInt());
|
||||||
|
return result.GetEnumInt();
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue