脾脏状态
This commit is contained in:
@@ -2106,7 +2106,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
var taskinfo = await _visitTaskRepository.Where(x => x.Id == visitTaskId).FirstNotNullAsync();
|
||||
ReadingCalculateDto inDto = await _generalCalculateService.GetReadingCalculateDto(visitTaskId);
|
||||
|
||||
if (spleenLength == 0)
|
||||
if (spleenLength < 0)
|
||||
{
|
||||
return SpleenAssessment.NotEvaluable.GetEnumInt();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user