From fafc075735928e268c9198d7247b525df0715ad1 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 2 Dec 2025 10:54:28 +0800 Subject: [PATCH] uat-lugano NA% --- .../Service/Common/Export/TumorExportService.cs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Common/Export/TumorExportService.cs b/IRaCIS.Core.Application/Service/Common/Export/TumorExportService.cs index 7b8b24339..405792e5a 100644 --- a/IRaCIS.Core.Application/Service/Common/Export/TumorExportService.cs +++ b/IRaCIS.Core.Application/Service/Common/Export/TumorExportService.cs @@ -314,7 +314,7 @@ public class Tumor_CDISC_ExportService(IRepository t.RowMark).Select(c => new TumorLessionInfo() { Id = c.Id, - OrganInfoId=c.OrganInfoId, + OrganInfoId = c.OrganInfoId, LessionType = c.ReadingQuestionTrial.LesionType, LessionCode = c.RowMark, SplitRowId = c.SplitRowId, @@ -389,7 +389,7 @@ public class Tumor_CDISC_ExportService(IRepository() { "ArmEnum", "ValueUnit", "GlobalAssessType", "ImageQualityIssues" }) .Distinct().ToArray(); - var trialOrganDic = _trialOrganRepository.Where(t => t.TrialCriterionId == criterion.Id).Select(t=>new {t.OrganInfoId,t.Part,t.PartEN}).ToDictionary( + var trialOrganDic = _trialOrganRepository.Where(t => t.TrialCriterionId == criterion.Id).Select(t => new { t.OrganInfoId, t.Part, t.PartEN }).ToDictionary( t => t.OrganInfoId, t => new { t.Part, t.PartEN } ); @@ -660,7 +660,7 @@ public class Tumor_CDISC_ExportService(IRepository