From ef7e0ebf8180a61fc015778cd9d096ecfae6ca7a Mon Sep 17 00:00:00 2001
From: "{872297557@qq.com}" <872297557@qq.com>
Date: Mon, 6 Feb 2023 13:00:35 +0800
Subject: [PATCH] x
---
.../Service/Document/TrialDocumentService.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs
index 57482580d..561362b6b 100644
--- a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs
+++ b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs
@@ -607,7 +607,7 @@ namespace IRaCIS.Core.Application.Services
///
///
[HttpPut("{documentId:guid}/{isSystemDoc:bool}")]
- [TypeFilter(typeof(TrialResourceFilter), Arguments = new object[] { "AfterStopCannNotOpt" })]
+ [TypeFilter(typeof(TrialResourceFilter), Arguments = new object[] { "BeforeOngoingCantOpt", "AfterStopCannNotOpt" })]
public async Task UserAbandonDoc(Guid documentId, bool isSystemDoc)
{
if (isSystemDoc)