oss私有读预提交

This commit is contained in:
2024-03-13 13:24:14 +08:00
parent c11e319472
commit 87e3d953d3
5 changed files with 153 additions and 2 deletions
@@ -772,7 +772,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
var result = new VerifyStudyUploadResult();
if (_provider.Exists($"StudyUid_{trialId}_{studyInstanceUid}"))
if (_provider.Exists($"StudyUid_{trialId}_{studyInstanceUid}") && _provider.Get<Guid>($"StudyUid_{trialId}_{studyInstanceUid}").Value!=_userInfo.Id)
{
result.AllowUpload = false;