From fe2539afbab4f405c57911ca460c162f19eeae90 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 11 Apr 2024 11:09:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/ReadingCalculate/LuganoCalculateService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs index e86ab2094..3e0e53792 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs @@ -404,6 +404,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate /// /// /// + [HttpPost] public async Task GetIsSuvMaxLesion(GetIsSuvMaxLesionInDto inDto) { ReadingCalculateDto readingData = await _generalCalculateService.GetReadingCalculateDto(inDto.VisitTaskId);