diff --git a/IRaCIS.Core.API/IRaCIS.Core.API.xml b/IRaCIS.Core.API/IRaCIS.Core.API.xml index e2607fe66..afa1db360 100644 --- a/IRaCIS.Core.API/IRaCIS.Core.API.xml +++ b/IRaCIS.Core.API/IRaCIS.Core.API.xml @@ -58,21 +58,21 @@ - + 配置 基础逻辑信息 - + 配置流程 - + 配置加急信息 diff --git a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs index 6cac2a5da..319c2332c 100644 --- a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs +++ b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs @@ -63,7 +63,7 @@ namespace IRaCIS.Core.Application.Service.Inspection from lefttrialSign in trialSigntemp.DefaultIfEmpty() - join frontAuditConfig in _repository.GetQueryable().Where(x=>x.ObjectTypeId!=null) on new + join frontAuditConfig in _repository.GetQueryable().Where(x=>x.ConfigType=="M") on new { ModuleTypeId = leftmoduleTypec.Id.ToString(), ChildrenTypeId = leftchildrenTypec.Id.ToString(), diff --git a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs index 0673bf0ae..cf075412b 100644 --- a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs +++ b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs @@ -1755,7 +1755,7 @@ namespace IRaCIS.Core.Application.Image.QA foreach (var studyFolder in studyFolders) { - if (!session.FileExists(Path.Combine(targetPath,studyFolder.Name)) + if (!session.FileExists(Path.Combine(targetPath,studyFolder.Name))) { session.CreateDirectory(targetPath); }