From 36a63d76281db5e2e1bad7079d45244359e136b6 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Mon, 5 Aug 2024 16:20:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Reading/ClinicalData/ReadingClinicalDataService.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Reading/ClinicalData/ReadingClinicalDataService.cs b/IRaCIS.Core.Application/Service/Reading/ClinicalData/ReadingClinicalDataService.cs index 3d90c7dce..611c72ab8 100644 --- a/IRaCIS.Core.Application/Service/Reading/ClinicalData/ReadingClinicalDataService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ClinicalData/ReadingClinicalDataService.cs @@ -889,6 +889,8 @@ namespace IRaCIS.Application.Services Id = y.Id, FileName = y.FileName, Path = y.Path, + Size=y.Size, + Type=y.Type, CreateTime = y.CreateTime, }).ToList(), }); @@ -928,6 +930,8 @@ namespace IRaCIS.Application.Services Id = y.Id, FileName = y.FileName, Path = y.Path, + Size = y.Size, + Type = y.Type, CreateTime = y.CreateTime, }).ToList(), }).ToListAsync(); @@ -968,6 +972,8 @@ namespace IRaCIS.Application.Services Id = y.Id, FileName = y.FileName, Path = y.Path, + Size = y.Size, + Type = y.Type, CreateTime = y.CreateTime, }).ToList(),