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)