diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index f38d41e3a..24c429f08 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -1583,7 +1583,7 @@
- 删除检查列表
+ 删除检查列表 不能用delete方法 传递数组
@@ -1604,7 +1604,7 @@
- CRC RequestToQC 批量提交
+ CRC RequestToQC 批量提交 [需要签名 不需要对]
@@ -1639,7 +1639,7 @@
- CRC 设置已经重传完成
+ CRC 设置已经重传完成 [需要签名 不需要对]
diff --git a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs
index a1001f959..0be34ac9a 100644
--- a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs
+++ b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs
@@ -856,13 +856,13 @@ namespace IRaCIS.Core.Application.Image.QA
///
- /// 删除检查列表
+ /// 删除检查列表 不能用delete方法 传递数组
///
///
///
///
/// SeriesCount
- [HttpDelete, Route("{trialId:guid}/{subjectVisitId:guid}")]
+ [HttpPost, Route("{trialId:guid}/{subjectVisitId:guid}")]
[TypeFilter(typeof(TrialResourceFilter))]
[UnitOfWork]
public async Task DeleteStudyList(Guid[] ids, Guid subjectVisitId, Guid trialId)
@@ -1167,7 +1167,7 @@ namespace IRaCIS.Core.Application.Image.QA
}
///
- /// CRC RequestToQC 批量提交
+ /// CRC RequestToQC 批量提交 [需要签名 不需要对]
///
///
[HttpPost]
@@ -1592,7 +1592,7 @@ namespace IRaCIS.Core.Application.Image.QA
}
///
- /// CRC 设置已经重传完成
+ /// CRC 设置已经重传完成 [需要签名 不需要对]
///
///