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}")); /// /// 是否有新病灶