From 7cc48b9342337919896625e0e96126339b500a40 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 29 Apr 2022 15:58:41 +0800 Subject: [PATCH] xx --- IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs | 1 - IRaCIS.Core.Application/Service/QC/QCOperationService.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs index 19adf30a9..9cfb9ddff 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs @@ -52,7 +52,6 @@ namespace IRaCIS.Core.Application.Contracts [NotDefault] public Guid TrialId { get; set; } - //public Guid? SignId { get; set; } public Guid[] SubjectVisitIds { get; set; }=new Guid[0]; } diff --git a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs index 6cf2bce3a..58405aef5 100644 --- a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs +++ b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs @@ -1260,7 +1260,7 @@ namespace IRaCIS.Core.Application.Image.QA - [HttpGet("{subjectVisitId:guid}")] + [HttpPost] public async Task VerifyCRCRequestToQC(CRCRequestToQCCommand cRCRequestToQCCommand) { var dbSubjectVisitList = await _subjectVisitRepository.Where(t => cRCRequestToQCCommand.SubjectVisitIds.Contains(t.Id), true).ToListAsync();