修改一版
This commit is contained in:
@@ -630,12 +630,12 @@ namespace IRaCIS.Core.Application.Service
|
||||
{
|
||||
if (inDto.IsBaseLine)
|
||||
{
|
||||
return nameof(ExistOrNA.NA);
|
||||
return ExistOrNA.NA.GetEnumInt();
|
||||
}
|
||||
|
||||
var result = inDto.QuestionInfo.Any(x => x.QuestionType == QuestionType.TargetLesion && x.Answer.EqEnum(TargetAssessment.NE));
|
||||
|
||||
return result ? nameof(ExistOrNA.Exist) : nameof(ExistOrNA.NotExist);
|
||||
return result ? ExistOrNA.Exist.GetEnumInt() : ExistOrNA.NotExist.GetEnumInt();
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user