Uat_Study
hang 2022-08-04 18:06:21 +08:00
parent 84d01ff4bd
commit 18541062c2
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ namespace IRaCIS.Core.API.Controllers
//普通单个文件 //普通单个文件
else else
{ {
if (mediaType.Contains("octet-stream")) if (mediaType.Contains("octet-stream")||mediaType.Contains("dicom"))
{ {
++fileCount; ++fileCount;