From 29d72d847b8cfc3b5a0be2c1fe100ce6b09d2d07 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Mon, 18 Jul 2022 10:52:36 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
IRaCIS.Core.Application/IRaCIS.Core.Application.xml | 10 +++++-----
.../Service/Reading/ClinicalDataSetService.cs | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index ffcf895b2..fdca7867d 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -3769,16 +3769,16 @@
出组后计划外访视名称
-
-
- 临床信息传输 1:系统录入2:系统录入+PDF 0:无
-
-
跨项目复制
+
+
+ 临床信息传输 1:系统录入2:系统录入+PDF 0:无
+
+
QC流程 0 不审,1 单审,2双审
diff --git a/IRaCIS.Core.Application/Service/Reading/ClinicalDataSetService.cs b/IRaCIS.Core.Application/Service/Reading/ClinicalDataSetService.cs
index c95a3c632..bfb574ced 100644
--- a/IRaCIS.Core.Application/Service/Reading/ClinicalDataSetService.cs
+++ b/IRaCIS.Core.Application/Service/Reading/ClinicalDataSetService.cs
@@ -53,7 +53,7 @@ namespace IRaCIS.Application.Services
{
var existsQuery = _clinicalDataTrialSetRepository
.WhereIf(indto.Id != null, x => x.Id != indto.Id)
- .Where(x => x.ClinicalDataSetName == indto.ClinicalDataSetName);
+ .Where(x => x.ClinicalDataSetName == indto.ClinicalDataSetName&&x.TrialId==indto.TrialId);
if (await existsQuery.AnyAsync())
{