组件一致性分析预提交

This commit is contained in:
2023-02-14 11:32:35 +08:00
parent e59d5c15e2
commit 21b457d281
@@ -640,7 +640,6 @@ namespace IRaCIS.Core.Application.Service.Common
exportInfo.List = list;
return await ExcelExportHelper.DataExportAsync(StaticData.Export.TrialMedicalReviewList_Export, exportInfo, "", _commonDocumentRepository, _hostEnvironment, _dictionaryService, typeof(OverallTumorEvaluationExport), criterionType);
}