@@ -325,7 +325,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
|
||||
if (findStudy.SubejectCode == inCommand.SubjectCode && findStudy.SubjectId == inCommand.SubjectId)
|
||||
{
|
||||
//上传给后处理其他访视了
|
||||
if (inCommand.VisitTaskId != null && findStudy.VisitTaskId != null && findStudy.VisitTaskId != inCommand.VisitTaskId)
|
||||
if (inCommand.VisitTaskId != null && findStudy.VisitTaskId != null && findStudy.VisitTaskId != inCommand.VisitTaskId && findStudy.SubjectVisitId != currentUploadSubjectVisitId)
|
||||
{
|
||||
result.Add(new TaskStudyArchiveConfirmResult() { StudyInstanceUid = studyUid, IsAllowReUpload = false, IsAllowUpload = false });
|
||||
}
|
||||
|
||||
@@ -185,8 +185,8 @@ namespace IRaCIS.Core.Application.Service
|
||||
|
||||
// 格式化并输出 JSON
|
||||
var formattedJson = jsonObject.ToString(Formatting.Indented);
|
||||
Console.WriteLine(formattedJson);
|
||||
|
||||
Console.WriteLine(formattedJson);
|
||||
|
||||
var tokenResponse=JsonConvert.DeserializeObject<LogtoTokenResponse>(responseBody);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user