From 79ff873607c9cc80c99b5a9f6726e1e3d73925da Mon Sep 17 00:00:00 2001
From: he <109787524@qq.com>
Date: Mon, 2 Dec 2024 14:19:02 +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
---
IRaCIS.Core.Application/Service/Doctor/DoctorService.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs b/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs
index a92d21a87..7fd5474e4 100644
--- a/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs
+++ b/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs
@@ -229,7 +229,7 @@ namespace IRaCIS.Core.Application.Service
///
///
[HttpPost]
- public async Task AddOrUpdateGneralSituation(SummarizeInfoDto inDto)
+ public async Task AddOrUpdateGneralSituation(SummarizeInfoDto inDto)
{
if (inDto.TrialId != null&&inDto.Id==null)
{
@@ -274,7 +274,7 @@ namespace IRaCIS.Core.Application.Service
var entity = await _doctorSummarizeRepository.InsertOrUpdateAsync(inDto, true);
- return true;
+ return entity;
}
///