修改查询

This commit is contained in:
2025-06-30 16:15:41 +08:00
parent 49a7d5fc29
commit b770f8765d
3 changed files with 9 additions and 5 deletions
@@ -1013,7 +1013,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
InstancePathList = z.DicomInstanceList.Select(k => new
{
k.Path,
k.FileSize
k.FileSize
})
})
@@ -1031,7 +1031,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
{
file.FileName,
file.Path,
file.FileType,
file.FileType,
file.FileSize
})
})