From 58f40ad032c3360607e83a77f920ee6c968b9bcc Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Mon, 21 Oct 2024 11:02:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/Controllers/UploadDownLoadController.cs | 2 +- IRaCIS.Core.Application/Resources/en-US.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs b/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs index f98352d..ef75238 100644 --- a/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs +++ b/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs @@ -446,7 +446,7 @@ namespace IRaCIS.Core.API.Controllers var files = Directory.GetFiles(folderPath); // 创建一个唯一的ZIP文件名 - var zipFileName = $"archive_{DateTime.Now:yyyyMMddHHmmss}.zip"; + var zipFileName = $"Image_Compressed_{DateTime.Now:yyyyMMddHHmmss}.zip"; var tempStoreFolder = Path.Combine(FileStoreHelper.GetIRaCISRootDataFolder(_hostEnvironment), StaticData.Folder.TempFileFolder); diff --git a/IRaCIS.Core.Application/Resources/en-US.json b/IRaCIS.Core.Application/Resources/en-US.json index 42c9c27..acb2887 100644 --- a/IRaCIS.Core.Application/Resources/en-US.json +++ b/IRaCIS.Core.Application/Resources/en-US.json @@ -5,7 +5,7 @@ "TrialService_OnlyInInitOrProgress": "Operations are allowed only when the project status is Ongoing.", "TrialService_ExistPN": "The same Project ID already exists", - "SubjectService_ExistSubjectCode": "A patient with the relevant patient ID already exists.", + "SubjectService_ExistSubjectCode": "Same patient ID has already existed.", "SubjectService_ExistImage": "An image study has been uploaded for this patient, and the deletion of this patient is not allowed.", "SubjectVisitServiece_ExistOtherInCurrent": "In the patient's study batch, there is an unplanned study batch after the previous study, please re-select the previous study.",