From 91cf1ab48c78e0f0cfae1ff1f86bc4f779874721 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 12 Aug 2025 16:27:35 +0800 Subject: [PATCH] =?UTF-8?q?=3Fpacs=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Visit/PatientService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Visit/PatientService.cs b/IRaCIS.Core.Application/Service/Visit/PatientService.cs index 0cba07ab0..59babfbee 100644 --- a/IRaCIS.Core.Application/Service/Visit/PatientService.cs +++ b/IRaCIS.Core.Application/Service/Visit/PatientService.cs @@ -3445,7 +3445,7 @@ namespace IRaCIS.Application.Services catch (Exception ex) { - _logger.LogError($"cmove error:{ex.Message + ex.InnerException?.Message}"); + _logger.LogError($"cmove error:{ex.Message + ex.StackTrace}"); } });