From 6e6b456115fe09c027512f2736bc9aebd28b5f57 Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Thu, 1 Jun 2023 17:06:06 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A5=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../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 99d672ea4..01a758271 100644
--- a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs
+++ b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs
@@ -395,7 +395,7 @@ namespace IRaCIS.Core.Application.Services
/// 项目+系统的文档类型 下拉
///
///
- ///
[HttpGet("{trialId:guid}")]
public async Task GetTrialDocAndSystemDocType(Guid trialId)
{