修改请求方法

Uat_Study
hang 2023-05-16 10:37:34 +08:00
parent eae1040695
commit 070b99d6ef
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
}
[HttpGet]
public IResponseOutput DicomUploadInProgress(Guid trialId, string studyInstanceUid)
{
_provider.Set($"StudyUid_{trialId}_{studyInstanceUid}", _userInfo.Id, TimeSpan.FromSeconds(30));