From dde513a97679fb26544e8db63b83b318f6d86272 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 25 Mar 2025 15:45:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A3=80=E6=9F=A5=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/ExportTumorEvaluationDto.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ExportTumorEvaluationDto.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ExportTumorEvaluationDto.cs index a8bf6bd35..b80a109ce 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ExportTumorEvaluationDto.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ExportTumorEvaluationDto.cs @@ -242,7 +242,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// /// 检查信息字符串 /// - public string CheckInfoStr => string.Join("/", CheckInfoList.Select(x => $"{x.Modalities}、{x.BodyPartExamined}")); + public string CheckInfoStr => string.Join(";", CheckInfoList.Select(x => $"{x.Modalities}/{x.BodyPartExamined}")); /// /// 是否有新病灶