IRC_NewDev
parent
0cbd0f67a1
commit
665c88a681
|
@ -1734,6 +1734,10 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
}
|
||||
|
||||
}
|
||||
if (spleenLength == 0)
|
||||
{
|
||||
return SpleenAssessment.NotEvaluable.GetEnumInt();
|
||||
}
|
||||
|
||||
#region 最低
|
||||
var visitTaskIds = await _visitTaskRepository.Where(x => x.ReadingCategory == ReadingCategory.Visit &&
|
||||
|
|
Loading…
Reference in New Issue