From 587ead5ae485a5f8b00d478b0d20944123cd115b Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Wed, 13 Apr 2022 14:53:38 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../IRaCIS.Core.Application.xml | 55 +++++++++++--------
.../Service/Inspection/InspectionService.cs | 3 +-
2 files changed, 33 insertions(+), 25 deletions(-)
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 316c114d6..4f37144d4 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -58,6 +58,13 @@
+
+
+ 获取Description
+
+
+
+
获取列表
@@ -191,16 +198,6 @@
用户 签名某个文档 Dto
-
-
- 功能模块
-
-
-
-
- 盲态访视名
-
-
项目iD
@@ -211,29 +208,44 @@
中心
-
+
受试者
-
+
- 访视
+
-
+
- 操作类型
+ 开始时间
-
+
- 子类
+ 结束时间
-
+
- 修改原因
+ 功能模块
+
+
+
+
+ Description
+
+
+
+
+ 操作人名称模糊查询
+
+
+
+
+ 阅读片人
@@ -241,11 +253,6 @@
是否有签名
-
-
- 对象名称
-
-
通用逻辑封装
diff --git a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs
index ac104f88b..b1c9f90dd 100644
--- a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs
+++ b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs
@@ -92,7 +92,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
{
CreateTime = data.CreateTime,
CreateUserId = data.CreateUserId,
- ModuleType = data.ModuleType,
+ ModuleType = leftmoduleTypec.Id.ToString(),
BlindName = data.BlindName,
TrialId = data.TrialId,
SiteId = data.SiteId,
@@ -132,6 +132,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
Identification= leftfrontAuditConfig.Identification,
OptType= leftOptType.Value,
VisitNum=leftsubjectVisit.VisitNum,
+
};
query = query.WhereIf(dto.TrialId != null, x => x.TrialId == dto.TrialId)